glusterfs service: Don't make it a prerequisite of network-online.target.
This introduces dependency cycles. A network file system to be running is not required for a network connection to be available. https://github.com/NixOS/nixpkgs/commit/19759cfeab0b749666dafdf52a0aad79123a2126#commitcomment-22044519
This commit is contained in:
@@ -106,7 +106,6 @@ in
|
||||
|
||||
requires = [ "rpcbind.service" ];
|
||||
after = [ "rpcbind.service" "network.target" "local-fs.target" ];
|
||||
before = [ "network-online.target" ];
|
||||
|
||||
preStart = ''
|
||||
install -m 0755 -d /var/log/glusterfs
|
||||
|
||||
Reference in New Issue
Block a user