]> git.sur5r.net Git - bacula/bacula/commit
Fix automount feature after a label command
authorEric Bollengier <eric@baculasystems.com>
Thu, 10 Sep 2015 09:44:29 +0000 (11:44 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 19 Dec 2015 08:02:30 +0000 (09:02 +0100)
commit5c44990a0bae1daeda60395b387c92728d304b9a
tree0f380e015043c72a7dabca6f296aa6a0c838e4d0
parent5448e50848c89a8a8fd6990236d18b048efdead1
Fix automount feature after a label command

After a successful label command, if the automount flag is "on"
the director tries to mount the newly created volume.

The protocol was broken for a couple of time. The "slot" parameter
was missing in the Storage command.

* label
...
Requesting to mount FileStorage ...
3909 Error scanning mount command: mount FileStorage drive=-1
Do not forget to mount the drive!!!
bacula/src/dird/ua_label.c