Expected Behavior:
Capture all disks including metadata
Actual Behavior
Invalid block device supplied. Please be sure to not include any metadata disk block devices.
Environment Information
Operating System:
RHEL 6.7
softlayer-python version (slcli --version):
slcli (SoftLayer Command-line), version 4.1.1
Hello,
I am trying to automate the capture of several VSIs. I have two devices with multiple disks and a metadata block device.
The following slcli cmd is failing with the behavior above:
slcli vs capture --name="description" --note="additional notes" 17800945 --all True
Is it possible to identify only the disks I want to capture? Example Disk, 0,2,4 and exclude disk 7 (metadata)
Thanks
Expected Behavior:
Capture all disks including metadata
Actual Behavior
Invalid block device supplied. Please be sure to not include any metadata disk block devices.
Environment Information
Operating System:
RHEL 6.7
softlayer-python version (
slcli --version):slcli (SoftLayer Command-line), version 4.1.1
Hello,
I am trying to automate the capture of several VSIs. I have two devices with multiple disks and a metadata block device.
The following slcli cmd is failing with the behavior above:
slcli vs capture --name="description" --note="additional notes" 17800945 --all True
Is it possible to identify only the disks I want to capture? Example Disk, 0,2,4 and exclude disk 7 (metadata)
Thanks