Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • Wow, seems I completely misread the pvmove man page. In that case I'll obviously settle for the one volume group solution. :) Commented Mar 8, 2015 at 9:52
  • 1
    Actually, one could use vgsplit after pvmove to achieve the two volume group solution a bit easier (however, the logical volume still needs to be deactivated using lvchange). Commented Mar 8, 2015 at 12:37
  • 2
    The usefulness of "pvmove" is a very good reason to use a single VG instead of multiple VGs. Commented Jul 5, 2015 at 23:42
  • 3
    It seems like vgreduce can then be used to remove the old volume if that is the requirement (It wasn't for the specific question, but a question asking about moving all volumes would likely be marked a duplicate) Commented Nov 15, 2016 at 13:43
  • 1
    warning: tar with * might skip hidden (dot) files. I prefer the following line: tar cC /bar . | tar xC /mnt Commented Dec 22, 2023 at 20:00