mpalmer / lvmsync

Synchronise LVM LVs across a network by sending only snapshotted changes
http://theshed.hezmatt.org/lvmsync
GNU General Public License v3.0
380 stars 60 forks source link

Fix for VG/LV names containing hyphens #16

Closed AnchorCat closed 10 years ago

AnchorCat commented 10 years ago

This patch both adds a hyphen to the allowed characters for a variable name in the vgcfgbackup parser, and correctly translates hyphenated VG/LV names into COW device names.

AnchorCat commented 10 years ago

Redacted in favour of https://github.com/mpalmer/lvmsync/pull/20.