Skip to content
Snippets Groups Projects
Commit 03f8bbbd authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

libvirt-daemon: Move out sanlock-related files

The libvirt_sanlock_helper and virt-sanlock-cleanup utilities
are for exclusive use of the sanlock driver, and as such they
belong with it rather than with the daemon itself.

The transition will be completely transparent to anyone with a
working sanlock installation, so no need to make a fuss about
it.
parent 3af477fc
No related branches found
No related tags found
1 merge request!77Reorganize files
......@@ -143,6 +143,7 @@ Enhances:
xen,
Breaks:
libvirt-daemon-driver-lxc (<< 6.9.0-2~),
libvirt-sanlock (<< 6.9.0-2~),
Description: Virtualization daemon
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
......@@ -452,6 +453,10 @@ Depends:
libvirt0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Breaks:
libvirt-daemon (<< 6.9.0-2~),
Replaces:
libvirt-daemon (<< 6.9.0-2~),
Description: Sanlock plugin for virtlockd
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
......
......@@ -17,9 +17,7 @@ usr/lib/libvirt/libvirt-guests.sh
usr/lib/libvirt/libvirt_iohelper
usr/lib/libvirt/libvirt_leaseshelper
usr/lib/libvirt/libvirt_parthelper
usr/lib/libvirt/libvirt_sanlock_helper
usr/sbin/libvirtd
usr/sbin/virt-sanlock-cleanup
usr/sbin/virtlockd
usr/sbin/virtlogd
usr/share/augeas/lenses/libvirt_lockd.aug
......@@ -36,6 +34,5 @@ usr/share/bash-completion/completions/virsh
usr/share/bash-completion/completions/virt-admin
usr/share/bash-completion/completions/vsh
usr/share/man/man8/libvirtd.8
usr/share/man/man8/virt-sanlock-cleanup.8
usr/share/man/man8/virtlockd.8
usr/share/man/man8/virtlogd.8
usr/lib/*/libvirt/lock-driver/sanlock.so
usr/lib/libvirt/libvirt_sanlock_helper
usr/sbin/virt-sanlock-cleanup
usr/share/man/man8/virt-sanlock-cleanup.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment