Created
February 14, 2021 13:00
-
-
Save candlerb/e82d8fcb03ab5f6cee9c2203ab1a46a6 to your computer and use it in GitHub Desktop.
linstor resource list and 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 resource list | |
╭───────────────────────────────────────────────────────────────────────────────╮ | |
┊ ResourceName ┊ Node ┊ Port ┊ Usage ┊ Conns ┊ State ┊ CreatedOn ┊ | |
╞═══════════════════════════════════════════════════════════════════════════════╡ | |
┊ my_ssd_res ┊ node1 ┊ 7000 ┊ Unused ┊ Ok ┊ Diskless ┊ 2021-02-13 11:18:12 ┊ | |
┊ my_ssd_res ┊ node2 ┊ 7000 ┊ Unused ┊ Ok ┊ Diskless ┊ 2021-02-13 17:04:50 ┊ | |
┊ my_ssd_res ┊ node3 ┊ 7000 ┊ Unused ┊ Ok ┊ UpToDate ┊ 2021-02-13 11:18:13 ┊ | |
┊ my_ssd_res ┊ node4 ┊ 7000 ┊ Unused ┊ Ok ┊ UpToDate ┊ 2021-02-13 11:18:13 ┊ | |
╰───────────────────────────────────────────────────────────────────────────────╯ | |
root@node1:~# linstor volume list | |
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
┊ Node ┊ Resource ┊ StoragePool ┊ VolNr ┊ MinorNr ┊ DeviceName ┊ Allocated ┊ InUse ┊ State ┊ | |
╞═════════════════════════════════════════════════════════════════════════════════════════════════════════════╡ | |
┊ node1 ┊ my_ssd_res ┊ DfltDisklessStorPool ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ ┊ Unused ┊ Diskless ┊ | |
┊ node2 ┊ my_ssd_res ┊ DfltDisklessStorPool ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ ┊ Unused ┊ Diskless ┊ | |
┊ node3 ┊ my_ssd_res ┊ pool_ssd ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ 1.00 GiB ┊ Unused ┊ UpToDate ┊ | |
┊ node4 ┊ my_ssd_res ┊ pool_ssd ┊ 0 ┊ 1000 ┊ /dev/drbd1000 ┊ 1.00 GiB ┊ Unused ┊ UpToDate ┊ | |
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment