Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
a2ff23f3
Commit
a2ff23f3
authored
10 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Don't restart virtlockd on upgrade
virtlockd must be reloaded so it reexecs itself. Closes: #757453
parent
42dbd163
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/libvirt-daemon-system.postinst
+3
-0
3 additions, 0 deletions
debian/libvirt-daemon-system.postinst
debian/rules
+2
-1
2 additions, 1 deletion
debian/rules
with
5 additions
and
1 deletion
debian/libvirt-daemon-system.postinst
+
3
−
0
View file @
a2ff23f3
...
...
@@ -103,6 +103,9 @@ case "$1" in
done
# Remove left over empty directory from pre 1.2.7
[
!
-d
/etc/apparmor.d/libvirtd
]
||
rmdir
--ignore-fail-on-non-empty
/etc/apparmor.d/libvirtd
# Force virtlockd to reexec
[
-d
/run/systemd/system
]
&&
systemctl reload virtlockd.service
;;
abort-upgrade|abort-remove|abort-deconfigure
)
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
1
View file @
a2ff23f3
...
...
@@ -178,7 +178,8 @@ override_dh_installinit:
dh_systemd_enable
dh_installinit -p libvirt-daemon-system --name=libvirtd --restart-after-upgrade -- defaults 28 72
dh_installinit -p libvirt-daemon-system --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71
dh_systemd_start --restart-after-upgrade
dh_systemd_start --restart-after-upgrade libvirt-guests.service libvirtd.service
dh_systemd_start --no-restart-on-upgrade virtlockd.socket virtlockd.service
override_dh_installdocs:
dh_installdocs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment