Advertisement
Guest User

lvm metadata

a guest
Jul 21st, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. lvm {
  2. id = "WfwACU-yW0y-t2El-F8Yx-ztz3-YIOn-Uidi14"
  3. seqno = 2
  4. format = "lvm2" # informational
  5. status = ["RESIZEABLE", "READ", "WRITE"]
  6. flags = []
  7. extent_size = 8192
  8. max_lv = 0
  9. max_pv = 0
  10. metadata_copies = 0
  11.  
  12. physical_volumes {
  13.  
  14. pv0 {
  15. id = "y7m5QW-o9nG-SxkS-2hXL-zMif-SPoa-T6BITv"
  16. device = "/dev/sdb"
  17.  
  18. status = ["ALLOCATABLE"]
  19. flags = []
  20. dev_size = 1953525168
  21. pe_start = 2048
  22. pe_count = 238467
  23. }
  24. }
  25.  
  26. logical_volumes {
  27.  
  28. storage {
  29. id = "Fbgh8A-cOcX-gX6t-3AQF-apDc-6AAY-ff3k8H"
  30. status = ["READ", "WRITE", "VISIBLE"]
  31. flags = []
  32. creation_host = "host"
  33. creation_time = 1368392129
  34. segment_count = 1
  35.  
  36. segment1 {
  37. start_extent = 0
  38. extent_count = 238467
  39.  
  40. type = "striped"
  41. stripe_count = 1 # linear
  42.  
  43. stripes = [
  44. "pv0", 0
  45. ]
  46. }
  47. }
  48. }
  49. }
  50. # Generated by LVM2 version 2.02.95(2) (2012-03-06): Sun May 12 17:55:29 2013
  51.  
  52. contents = "Text Format Volume Group"
  53. version = 1
  54.  
  55. description = ""
  56.  
  57. creation_host = "host" # Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64
  58. creation_time = 1368392129 # Sun May 12 17:55:29 2013
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement