Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
694bb326
Commit
694bb326
authored
Aug 13, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vzdump: wait one second before unmounting the snapshot
parent
3cc19cf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
OpenVZ.pm
PVE/VZDump/OpenVZ.pm
+4
-0
changelog.Debian
debian/changelog.Debian
+2
-0
No files found.
PVE/VZDump/OpenVZ.pm
View file @
694bb326
...
...
@@ -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}
");
}
...
...
debian/changelog.Debian
View file @
694bb326
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment