vzdump: wait one second before unmounting the snapshot
This commit is contained in:
@ -273,6 +273,10 @@ sub cleanup {
|
||||
my $di = $task->{diskinfo};
|
||||
|
||||
if ($task->{cleanup}->{snapshot_mount}) {
|
||||
# Note: sleep to avoid 'device is busy' message.
|
||||
# Seems Kernel need some time to cleanup open file list,
|
||||
# fir example when we stop the tar with kill (stop task)
|
||||
sleep(1);
|
||||
$self->cmd_noerr ("umount $di->{mountpoint}");
|
||||
}
|
||||
|
||||
|
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -1,6 +1,8 @@
|
||||
pve-manager (3.0-38) unstable; urgency=low
|
||||
|
||||
* add GUI for GlusterFS storage
|
||||
|
||||
* vzdump: wait one second before unmounting the snapshot (avoid device busy error)
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2013 10:32:05 +0200
|
||||
|
||||
|
Reference in New Issue
Block a user