mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-05 09:17:41 +03:00
51d6d2a99d
- workaround issues with persistent connections - add new cronjob Co-authored-by: Vlastimil Holer <vholer@opennebula.io>
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
SHELL=/bin/sh
|
|
|
|
# activate LVM volumes on reboot
|
|
@reboot oneadmin test -x /var/tmp/one/tm/fs_lvm/activate && /var/tmp/one/tm/fs_lvm/activate >/dev/null 2>&1
|