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
It would be nice to be able to list all the dysks, even the ones that are not mounted.
Like a --all option to the list command: dyskctl list --all
# dyskctl list
Type Name VHD SizeGB AccountName Path
RW dysk4PNEC27O Yes 2 mystorageaccount /dysks/dysk4PNEC27O.vhd
# dyskctl create -a $STORAGE_NAME -k $STORAGE_KEY
Created PageBlob in account:mystorageaccount dysks/dysk3ZzVaq02.vhd(2GiB)
Wrote VHD header for PageBlob in account:mystorageaccount dysks/dysk3ZzVaq02.vhd
Type Name VHD SizeGB AccountName Path
RW dysk3ZzVaq02 Yes 2 mystorageaccount /dysks/dysk3ZzVaq02.vhd
# dyskctl list
Type Name VHD SizeGB AccountName Path
RW dysk4PNEC27O Yes 2 mystorageaccount /dysks/dysk4PNEC27O.vhd
The text was updated successfully, but these errors were encountered:
johanburati
changed the title
Feature request: list unmounted dysk
Feature request: list dysks that are not mounted
Jan 18, 2018
it make sense to have this feature. Thanks. Users shouldn't go to portal to list page blobs to find what they need. I will added it later on
something like ?
dyskcli list-page-blobs -a xx -kxx -c <container-name>
It would be nice to be able to list all the dysks, even the ones that are not mounted.
Like a --all option to the list command: dyskctl list --all
The text was updated successfully, but these errors were encountered: