Last active
January 29, 2021 09:50
-
-
Save candlerb/5d12d05654dbccf238c2cde5ad98ed8d to your computer and use it in GitHub Desktop.
linstor volume list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@node1:~# linstor volume list | |
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
┊ Node ┊ Resource ┊ StoragePool ┊ VolNr ┊ MinorNr ┊ DeviceName ┊ Allocated ┊ InUse ┊ State ┊ | |
╞═════════════════════════════════════════════════════════════════════════════════════════════════════════════╡ | |
┊ node1 ┊ my_ssd_res ┊ pool_ssd ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ 2.00 GiB ┊ Unused ┊ UpToDate ┊ | |
┊ node2 ┊ my_ssd_res ┊ pool_ssd ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ 2.00 GiB ┊ Unused ┊ UpToDate ┊ | |
┊ node3 ┊ my_ssd_res ┊ DfltDisklessStorPool ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ ┊ Unused ┊ Diskless ┊ | |
┊ node4 ┊ my_ssd_res ┊ DfltDisklessStorPool ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ ┊ Unused ┊ Diskless ┊ | |
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment