Advertisement
fweng322

pve2 lvm display

Apr 11th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. root@pve2:~# lvm lvdisplay
  2. --- Logical volume ---
  3. LV Path /dev/pve/swap
  4. LV Name swap
  5. VG Name pve
  6. LV UUID QJYm1q-tQCV-1N5b-2KcZ-OMVn-sH3L-N79IQ1
  7. LV Write Access read/write
  8. LV Creation host, time proxmox, 2019-08-25 20:29:42 +0800
  9. LV Status available
  10. # open 2
  11. LV Size 8.00 GiB
  12. Current LE 2048
  13. Segments 1
  14. Allocation inherit
  15. Read ahead sectors auto
  16. - currently set to 256
  17. Block device 253:0
  18.  
  19. --- Logical volume ---
  20. LV Path /dev/pve/root
  21. LV Name root
  22. VG Name pve
  23. LV UUID EPKAAM-R7J8-Jtpn-OR2F-z0E5-oPJ4-iXf1HZ
  24. LV Write Access read/write
  25. LV Creation host, time proxmox, 2019-08-25 20:29:42 +0800
  26. LV Status available
  27. # open 1
  28. LV Size 96.00 GiB
  29. Current LE 24576
  30. Segments 1
  31. Allocation inherit
  32. Read ahead sectors auto
  33. - currently set to 256
  34. Block device 253:1
  35.  
  36. --- Logical volume ---
  37. LV Name data
  38. VG Name pve
  39. LV UUID wke1uP-qTMF-gIWb-RUnn-4r9m-uYnw-2QEcq8
  40. LV Write Access read/write
  41. LV Creation host, time proxmox, 2019-08-25 20:29:43 +0800
  42. LV Pool metadata data_tmeta
  43. LV Pool data data_tdata
  44. LV Status available
  45. # open 3
  46. LV Size <794.79 GiB
  47. Allocated pool data 1.02%
  48. Allocated metadata 0.29%
  49. Current LE 203466
  50. Segments 1
  51. Allocation inherit
  52. Read ahead sectors auto
  53. - currently set to 256
  54. Block device 253:4
  55.  
  56. --- Logical volume ---
  57. LV Path /dev/pve/vm-109-disk-0
  58. LV Name vm-109-disk-0
  59. VG Name pve
  60. LV UUID fljKhR-qlpm-sCQy-B36s-QjKc-WvCT-ldlMXu
  61. LV Write Access read/write
  62. LV Creation host, time pve2, 2020-04-11 10:42:19 +0800
  63. LV Pool name data
  64. LV Status available
  65. # open 0
  66. LV Size 512.00 GiB
  67. Mapped size 0.21%
  68. Current LE 131072
  69. Segments 1
  70. Allocation inherit
  71. Read ahead sectors auto
  72. - currently set to 256
  73. Block device 253:6
  74.  
  75. --- Logical volume ---
  76. LV Path /dev/pve/vm-101-disk-0
  77. LV Name vm-101-disk-0
  78. VG Name pve
  79. LV UUID 5LL84O-J3aK-577a-lSPZ-hyHj-cDXw-7M5OxK
  80. LV Write Access read/write
  81. LV Creation host, time pve2, 2020-04-11 17:00:00 +0800
  82. LV Pool name data
  83. LV Status available
  84. # open 1
  85. LV Size 256.00 GiB
  86. Mapped size 2.73%
  87. Current LE 65536
  88. Segments 1
  89. Allocation inherit
  90. Read ahead sectors auto
  91. - currently set to 256
  92. Block device 253:7
  93.  
  94. --- Logical volume ---
  95. LV Path /dev/pve/snap_vm-101-disk-0_snapshot_20200411
  96. LV Name snap_vm-101-disk-0_snapshot_20200411
  97. VG Name pve
  98. LV UUID sbFb25-LEh7-eAyS-QWVy-LEXT-NCxo-LwrEWu
  99. LV Write Access read only
  100. LV Creation host, time pve2, 2020-04-11 21:32:55 +0800
  101. LV Pool name data
  102. LV Thin origin name vm-101-disk-0
  103. LV Status NOT available
  104. LV Size 256.00 GiB
  105. Current LE 65536
  106. Segments 1
  107. Allocation inherit
  108. Read ahead sectors auto
  109.  
  110. root@pve2:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement