mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-19 07:43:23 +00:00
Merge branch 're-apply-fionas-v2'
I made a mistake and applied the v1 not the v2 of the series, show this by merging the actual v2; albeit this should not be done to frequently to avoid making the git history to messy – sorry! Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
commit
af037dd25d
@ -206,7 +206,7 @@ pub fn create_datastore_disk(
|
|||||||
|
|
||||||
let (mount_unit_path, _) = datastore_mount_unit_path_info(&mount_point);
|
let (mount_unit_path, _) = datastore_mount_unit_path_info(&mount_point);
|
||||||
if std::path::PathBuf::from(&mount_unit_path).exists() {
|
if std::path::PathBuf::from(&mount_unit_path).exists() {
|
||||||
bail!("systemd mount unit {mount_unit_path:?} already exists");
|
bail!("systemd mount unit '{mount_unit_path}' already exists");
|
||||||
}
|
}
|
||||||
|
|
||||||
let upid_str = WorkerTask::new_thread(
|
let upid_str = WorkerTask::new_thread(
|
||||||
|
Loading…
Reference in New Issue
Block a user