]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
authorAlex Ng <alexng@messages.microsoft.com>
Mon, 27 Feb 2017 19:11:59 +0000 (14:11 -0500)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Thu, 6 Apr 2017 08:19:12 +0000 (09:19 +0100)
commit1009406924d91faec7a478aa614cb02276dbfdd6
tree78889b9dd90c5f5f28e636a061386b71de98a2c1
parent5f829acf93efa8f7f345af312f3ba5f3998cf74e
UBUNTU: SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails

BugLink: http://bugs.launchpad.net/bugs/1470250
If a FREEZE operation takes too long, the driver may time out and move on
to another  operation. The daemon is unaware of this and attempts to
notify the driver that the FREEZE succeeded. This results in an error from
the driver and the daemon leaves the filesystem in frozen state.

Fix this by thawing the filesystem and continuing.

Signed-off-by: Alex Ng <alexng@messages.microsoft.com>
Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com>
Acked-by: Brad Figg <brad.figg@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Brad Figg <brad.figg@canonical.com>
tools/hv/hv_vss_daemon.c