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
* Fixed metadata disk exclusion issue in vs capture command. (#723)
* Always excludes metadata disks from image capturing (fixes#723)
* Fix a test issue where the types might not match in reality
* Filter caputer images by type being SWAP
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
The text was updated successfully, but these errors were encountered: