Public bug reported:

The fsfreeze-hook in the package is installed on the path /etc/qemu
/fsfreeze-hook/fsfreeze-hook but the default path is /etc/qemu/fsfreeze-
hook.

This means that to make it work, I had to:
- add "-F/etc/qemu/fsfreeze-hook/fsfreeze-hook" to the DAEMON_ARGS in 
/etc/default/qemu-guest-agent
- create a symlink /etc/qemu/fsfreeze-hook/fsfreeze-hook.d -> 
/etc/qemu/fsfreeze-hook.d to allow the fsfreeze-hook to find the scripts (it 
looks for them in FSFREEZE_D=$(dirname -- "$0")/fsfreeze-hook.d)


To fix this I propose to either move the fsfreeze-hook to 
/etc/qemu/fsfreeze-hook as qemu-guest-agent expects it or add 
"-F/etc/qemu/fsfreeze-hook/fsfreeze-hook" to the init script and change the 
fsfreeze-hook accordingly.

** Affects: qemu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1820291

Title:
  fsfreeze-hook script is misplaced in qemu-guest-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1820291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to