RE: [Bug 2085070] Re: [SRU] glusterd should not be automatically restarted

2024-12-11 Thread Alexander van Kaam
** Attachment added: "BakkersteamServicesHandtekening_5753069d-88c4-4c40-beac-69286b4c6a54.png" https://bugs.launchpad.net/bugs/2085070/+attachment/5844110/+files/BakkersteamServicesHandtekening_5753069d-88c4-4c40-beac-69286b4c6a54.png ** Attachment added: "iso27001_935810b9-e91d-44b6-a223-50

[Bug 2085070] Re: [SRU] glusterd should not be automatically restarted

2024-12-06 Thread Alexander van Kaam
its a chain the glusterd takes a bit of time to initialize, for that reason the mount has the Requires=glusterd.service After=glusterd.service It was the only way I would always have the FS mounted after a reboot, without it, it would be a hit/mis. An application requiring the mount has a

[Bug 2085070] Re: [SRU] glusterd should not be automaticly restarted

2024-11-08 Thread Alexander van Kaam
just to clarify and so you can reproduce it 1) a mount unit to mount a glusterfs shared.mount [Unit] Description=Mount GlusterFS Volume /shared Requires=glusterd.service After=glusterd.service 2) an application (java) unit that needs the /shared [Unit] Description=Application Service After=ne

[Bug 2085070] [NEW] glusterd should not be automaticly restarted

2024-10-20 Thread Alexander van Kaam
Public bug reported: As requested in https://discourse.ubuntu.com/t/needrestart-changes-in- ubuntu-24-04-service-restarts/44671 Glusterd should not automaticly restart after an update. Other services can depend on it and because of that also get an unwanted / unplanned restart. besides I don't t