mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2024-12-22 13:34:16 +03:00
2f874935b5
If a device houses multiple datastore, none of them will be mounted automatically. If a device only contains a single datastore it will be mounted automatically. The reason for not mounting multiple datastore automatically is that we don't know which is actually wanted, and since mounting all means also all have to be unmounted manually, it made sense to have the user choose which to mount. Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
9 lines
247 B
Desktop File
9 lines
247 B
Desktop File
[Unit]
|
|
Description=Try to mount the removable device of a datastore with uuid '%i'.
|
|
After=proxmox-backup-proxy.service
|
|
Requires=proxmox-backup-proxy.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/proxmox-backup-manager datastore uuid-mount %i
|