btrfs: add 'btrfs' import/export format
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
3cc29a0487
commit
a0e3e224ea
@ -692,7 +692,7 @@ sub storage_migrate {
|
||||
|
||||
my $migration_snapshot;
|
||||
if (!defined($snapshot)) {
|
||||
if ($scfg->{type} eq 'zfspool') {
|
||||
if ($scfg->{type} eq 'zfspool' || $scfg->{type} eq 'btrfs') {
|
||||
$migration_snapshot = 1;
|
||||
$snapshot = '__migration__';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user