mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
pst: changed data root to /var/lib/kvmd/pst
This commit is contained in:
@@ -50,7 +50,7 @@ class PstServer(HttpServer): # pylint: disable=too-many-arguments,too-many-inst
|
|||||||
|
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
self.__data_path = os.path.join(fstab.find_pst().root_path, "data")
|
self.__data_path = fstab.find_pst().root_path
|
||||||
self.__ro_retries_delay = ro_retries_delay
|
self.__ro_retries_delay = ro_retries_delay
|
||||||
self.__ro_cleanup_delay = ro_cleanup_delay
|
self.__ro_cleanup_delay = ro_cleanup_delay
|
||||||
self.__remount_cmd = remount_cmd
|
self.__remount_cmd = remount_cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user