Skip to content

Instantly share code, notes, and snippets.

@candlerb
Created February 15, 2021 11:49
Show Gist options
  • Save candlerb/b231ce074555b2619c18a0e86109e63f to your computer and use it in GitHub Desktop.
Save candlerb/b231ce074555b2619c18a0e86109e63f to your computer and use it in GitHub Desktop.
linstor storage-pool list
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