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
90c352e7
Commit
90c352e7
authored
Feb 13, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix openvz live migration
parent
4031f444
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
OpenVZMigrate.pm
PVE/OpenVZMigrate.pm
+1
-0
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
PVE/OpenVZMigrate.pm
View file @
90c352e7
...
@@ -189,6 +189,7 @@ sub phase1 {
...
@@ -189,6 +189,7 @@ sub phase1 {
$cmd
=
[
'
vzctl
',
'
--skiplock
',
'
chkpnt
',
$vmid
,
'
--kill
'
];
$cmd
=
[
'
vzctl
',
'
--skiplock
',
'
chkpnt
',
$vmid
,
'
--kill
'
];
$self
->
cmd_quiet
(
$cmd
,
errmsg
=>
"
Failed to kill container
");
$self
->
cmd_quiet
(
$cmd
,
errmsg
=>
"
Failed to kill container
");
$cmd
=
[
'
vzctl
',
'
--skiplock
',
'
umount
',
$vmid
];
$cmd
=
[
'
vzctl
',
'
--skiplock
',
'
umount
',
$vmid
];
sleep
(
1
);
# hack: wait - else there are open files
$self
->
cmd_quiet
(
$cmd
,
errmsg
=>
"
Failed to umount container
");
$self
->
cmd_quiet
(
$cmd
,
errmsg
=>
"
Failed to umount container
");
}
}
...
...
debian/changelog.Debian
View file @
90c352e7
pve-manager (2.0-23) unstable; urgency=low
* fix openvz live migration
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Feb 2012 09:28:25 +0100
pve-manager (2.0-22) unstable; urgency=low
pve-manager (2.0-22) unstable; urgency=low
* fix lint errors
* fix lint errors
...
...
defines.mk
View file @
90c352e7
...
@@ -2,7 +2,7 @@ RELEASE=2.0
...
@@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGE=pve-manager
PACKAGERELEASE=2
2
PACKAGERELEASE=2
3
BINDIR=${DESTDIR}/usr/bin
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
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