Created
February 15, 2021 11:49
-
-
Save candlerb/b231ce074555b2619c18a0e86109e63f to your computer and use it in GitHub Desktop.
linstor storage-pool 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 storage-pool list | |
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
┊ StoragePool ┊ Node ┊ Driver ┊ PoolName ┊ FreeCapacity ┊ TotalCapacity ┊ CanSnapshots ┊ State ┊ | |
╞══════════════════════════════════════════════════════════════════════════════════════════════════════════╡ | |
┊ DfltDisklessStorPool ┊ node1 ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ | |
┊ DfltDisklessStorPool ┊ node2 ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ | |
┊ DfltDisklessStorPool ┊ node3 ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ | |
┊ DfltDisklessStorPool ┊ node4 ┊ DISKLESS ┊ ┊ ┊ ┊ False ┊ Ok ┊ | |
┊ pool_ssd ┊ node1 ┊ LVM ┊ vg_ssd ┊ 9.31 GiB ┊ 9.31 GiB ┊ False ┊ Ok ┊ | |
┊ pool_ssd ┊ node2 ┊ LVM ┊ vg_ssd ┊ 9.31 GiB ┊ 9.31 GiB ┊ False ┊ Ok ┊ | |
┊ pool_ssd ┊ node3 ┊ LVM ┊ vg_ssd ┊ 8.30 GiB ┊ 9.31 GiB ┊ False ┊ Ok ┊ | |
┊ pool_ssd ┊ node4 ┊ LVM ┊ vg_ssd ┊ 8.30 GiB ┊ 9.31 GiB ┊ False ┊ Ok ┊ | |
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment