You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description and some features are missing in slcli block snapshot-set-notification, slcli block subnets-assign, slcli block subnets-list, slcli block subnets-remove
#2014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
./slcli block subnets-assign --help
Usage: slcli block subnets-assign [OPTIONS] ACCESS_ID
EXAMPLE:
slcli block subnets-assign 111111 --subnet-id 222222
slcli block subnets-assign 111111 --subnet-id 222222 --subnet-id 333333
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
Assign block storage subnets to the given host id.
access_id is the host_id obtained by: slcli block access-list <volume_id>
SoftLayer_Account::iscsiisolationdisabled must be False to use this command
┌────┬─────────────┬─────────────────────────────────────────────────────┐
│ │ access_id │ │
│ │ --subnet-id │ ID of the subnets to assign; e.g.: --subnet-id 1234 │
│ -h │ --help │ Show this message and exit. │
└────┴─────────────┴─────────────────────────────────────────────────────┘
./slcli block subnets-list --help
Example should be added.
EXAMPLE:
slcli block subnets-list 12345678
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
Expected:
./slcli block subnets-list --help
Usage: slcli block subnets-list [OPTIONS] ACCESS_ID
List block storage assigned subnets for the given host id.
access_id is the host_id obtained by: slcli block access-list <volume_id>
EXAMPLE:
slcli block subnets-list 12345678
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
┌────┬───────────┬─────────────────────────────┐
│ │ access_id │ │
│ -h │ --help │ Show this message and exit. │
└────┴───────────┴─────────────────────────────┘
./slcli block subnets-remove --help
Usage: slcli block subnets-remove [OPTIONS] ACCESS_ID
EXAMPLE:
slcli block subnets-remove 111111 --subnet-id 222222
slcli block subnets-remove 111111 --subnet-id 222222 --subnet-id 333333
ACCESS_ID is the host_id obtained by: slcli block access-list <volume_id>
Remove block storage subnets for the given host id.
access_id is the host_id obtained by: slcli block access-list <volume_id>
SoftLayer_Account::iscsiisolationdisabled must be False to use this command
┌────┬─────────────┬─────────────────────────────────────────────────────┐
│ │ access_id │ │
│ │ --subnet-id │ ID of the subnets to remove; e.g.: --subnet-id 1234 │
│ -h │ --help │ Show this message and exit. │
└────┴─────────────┴─────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Should update option --disable
Should update option --enable
Expected:
Example should be added.
EXAMPLE:
slcli block subnets-assign 111111 --subnet-id 222222
slcli block subnets-assign 111111 --subnet-id 222222 --subnet-id 333333
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
Expected:
Example should be added.
EXAMPLE:
slcli block subnets-list 12345678
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
Expected:
Should add Example.
EXAMPLE:
slcli block subnets-remove 111111 --subnet-id 222222
slcli block subnets-remove 111111 --subnet-id 222222 --subnet-id 333333
ACCESS_ID is the host_id obtained by: slcli block access-list <volume_id>
Expected:
The text was updated successfully, but these errors were encountered: