Skip to content

Commit

Permalink
Fixed flake8 and added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavbansal29 committed Dec 12, 2024
1 parent 07cd7dc commit c98bf62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
)
from ..module_utils.v4.volumes.api_client import ( # noqa: E402
get_iscsi_client_api_instance,
get_vg_api_instance,
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
fail_msg: "Unable to attach iscsi client using initiator name"
success_msg: "ISCSI client attached successfully using initiator name"

# Need to verify attachment

# - name: List all clients attached to VG to verify attachment
# ntnx_volume_groups_iscsi_clients_info_v2:
# volume_group_ext_id: "{{ vg1_uuid }}"
Expand Down Expand Up @@ -209,6 +211,8 @@
fail_msg: "Unable to detach iscsi client using initiator name"
success_msg: "ISCSI client detached successfully using initiator name"

# Need to verify detachment

# - name: List all clients attached to VG to verify detachment
# ntnx_volume_groups_iscsi_clients_info_v2:
# volume_group_ext_id: "{{ vg1_uuid }}"
Expand Down Expand Up @@ -244,6 +248,8 @@
fail_msg: "Unable to attach iscsi client using ext_id"
success_msg: "ISCSI client attached successfully using ext_id"

# Need to verify attachment

# - name: List all clients attached to VG to verify attachment
# ntnx_volume_groups_iscsi_clients_info_v2:
# volume_group_ext_id: "{{ vg1_uuid }}"
Expand Down Expand Up @@ -280,6 +286,8 @@
fail_msg: "Unable to detach iscsi client using initiator name"
success_msg: "ISCSI client detached successfully using initiator name"

# Need to verify detachment

# - name: List all clients attached to VG to verify detachment
# ntnx_volume_groups_iscsi_clients_info_v2:
# volume_group_ext_id: "{{ vg1_uuid }}"
Expand Down

0 comments on commit c98bf62

Please sign in to comment.