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.
19759cfeab (commitcomment-22044519)
This commit is contained in:
parent
79d547b4bb
commit
5e2815dfb7
@ -106,7 +106,6 @@ in
|
|||||||
|
|
||||||
requires = [ "rpcbind.service" ];
|
requires = [ "rpcbind.service" ];
|
||||||
after = [ "rpcbind.service" "network.target" "local-fs.target" ];
|
after = [ "rpcbind.service" "network.target" "local-fs.target" ];
|
||||||
before = [ "network-online.target" ];
|
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
install -m 0755 -d /var/log/glusterfs
|
install -m 0755 -d /var/log/glusterfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user