summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/taskmanager/tasks/MountVmStore.java
Commit message (Collapse)AuthorAgeFilesLines
* [mount-store] Take greater care where the .notmounted flag is writtenSimon Rettberg2021-11-121-1/+1
| | | | | | | | While the task manager should make sure only one invocation if mount-store is running, add a few extra checks whether a mount-point is pulled under our feet, or mounted when we don't expect it. This includes making sure dmsd is not accessing the share while we're trying to manipulate it.
* [MountVmStore] Better handling of concurrent invocationsSimon Rettberg2020-12-101-6/+31
|
* [ldap/systemctl] Wrapper script, systemd-ize ldadp handlingSimon Rettberg2020-07-061-1/+0Star
|
* [MountVmStore] Add support for dnbd3 with no NFS fallbackSimon Rettberg2019-12-161-0/+3
| | | | | Don't enable the /srv/openslx/nfs export on the server if internal storage is being used, but NFS fallback is disabled.
* [MountVmStore] Support passing custom mount optionsSimon Rettberg2018-03-211-2/+15
|
* [MountVmStore] Increase timeout to 60sSimon Rettberg2015-09-301-1/+1
|
* [MountVmStore] Timeout quicker, return exit code in statusSimon Rettberg2015-09-291-1/+3
|
* Allow only one running instance of critical tasksSimon Rettberg2015-09-281-0/+9
|
* Add new tasks, add timeouts to system process tasksSimon Rettberg2015-06-171-0/+1
|
* New TasksSimon Rettberg2014-06-271-1/+2
|
* Initial commitSimon Rettberg2014-06-031-0/+84