zfs: auto import after reboot
this is necessary, because after a reboot all pools except rpool are gone Signed-off-by: Wolfgang Link <w.link@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
90a11abe78
commit
86d472394a
@ -350,4 +350,9 @@ sub volume_has_feature {
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub activate_storage {
|
||||
my ($class, $storeid, $scfg, $cache) = @_;
|
||||
return 1;
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user