mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
Merge pull request #185463 from phaer/patch-1
zfs: Make zpool available for zpool-expand-pools
This commit is contained in:
commit
a26aa97276
@ -714,6 +714,8 @@ in
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
|
||||
path = lib.optionals (cfgExpandOnBoot == "all") [ cfgZfs.package ];
|
||||
|
||||
script = ''
|
||||
for pool in ${poolListProvider}; do
|
||||
systemctl start --no-block "zpool-expand@$pool"
|
||||
|
Loading…
Reference in New Issue
Block a user