mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Hard-code in a couple of zone pools, just in case
This commit is contained in:
@@ -301,7 +301,7 @@ my %donevzfs;
|
||||
my %donedevice;
|
||||
|
||||
# Get list of zone pools
|
||||
my %zpools;
|
||||
my %zpools = ( 'zones' => 1, 'zroot' => 1 );
|
||||
if (&has_command("zpool")) {
|
||||
my @out = &backquote_command("zpool list");
|
||||
foreach my $l (@out) {
|
||||
|
||||
Reference in New Issue
Block a user