Merge pull request #185463 from phaer/patch-1
zfs: Make zpool available for zpool-expand-pools
This commit is contained in:
commit
a26aa97276
1 changed files with 2 additions and 0 deletions
|
@ -714,6 +714,8 @@ in
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
path = lib.optionals (cfgExpandOnBoot == "all") [ cfgZfs.package ];
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
for pool in ${poolListProvider}; do
|
for pool in ${poolListProvider}; do
|
||||||
systemctl start --no-block "zpool-expand@$pool"
|
systemctl start --no-block "zpool-expand@$pool"
|
||||||
|
|
Loading…
Reference in a new issue