[Gluster-users] Use GlusterFS as storage for images of virtual machines - available issues
Gregor Burck
gregor at aeppelbroe.de
Wed Nov 27 15:06:55 UTC 2019
I tested something like this, think there should be an depency in the Unit Section:
[Unit]
Description=Kill gluster client access before shutdown
Requires=glusterd.service
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true
ExecStop=/root/bin/killgluster.sh
[Install]
WantedBy=multi-user.target
More information about the Gluster-users
mailing list