The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
109 views

What is the default metadata size in temporary volume during a pvmove?

I ran into an interesting error when attempting to address a particular problem. We had an issue where we have to move the extents over to new physical volumes because the metadata size was too ...
1
vote
3answers
301 views

PVmove copies the data or move the data?

I executed a pvmove command between 2 volumes but now I can see the data in both storages. So does pvmove copy or move the data ?? command executed in servers pvmove /dm/dm-1 /dm/dm-0
6
votes
1answer
121 views

Forgot to create partition before running pvmove

I ran pvmove to migrate extents from an old LVM disk to a new one but I forgot to create the partition structure on the new disk first: pvmove /dev/sdb1 /dev/sdc Everything seems to be fine, but I'm ...