Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. --thin1, --snap1 {natural}
  2. The numeric identifier for the first thin volume to diff.
  3.  
  4. dmsetup message /dev/mapper/volg-volg--thinpool-tpool 0 reserve_metadata_snap
  5.  
  6. # Works, but what do 1 and 2 refer to?
  7. thin_delta --verbose -m --snap1 1 --snap2 2 /dev/mapper/volg-volg--thinpool_tmeta
  8.  
  9. # Looks nice but doesn't work
  10. thin_delta -m --snap1 volg/thin_volume_snap2 --snap2 volg/thin_volume_snap3 /dev/mapper/volg-volg--thinpool_tmeta
  11.  
  12. dmsetup message /dev/mapper/volg-volg--thinpool-tpool 0 release_metadata_snap
  13.  
  14. # lvs -a
  15. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  16. [lvol0_pmspare] volg ewi------- 12.00m
  17. thin_volume volg Vwi-a-tz-- 6.00g volg-thinpool 31.96
  18. thin_volume_snap1 volg Vwi---tz-k 6.00g volg-thinpool thin_volume
  19. thin_volume_snap2 volg Vwi---tz-k 6.00g volg-thinpool thin_volume
  20. thin_volume_snap3 volg Vwi---tz-k 6.00g volg-thinpool thin_volume
  21. volg-thinpool volg twi-aotz-- 9.80g 20.51 9.41
  22. [volg-thinpool_tdata] volg Twi-ao---- 9.80g
  23. [volg-thinpool_tmeta] volg ewi-ao---- 12.00m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement