From 435c1fc8172177fc0185b4e3cec01edb1b9b820d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 21 Feb 2019 17:34:39 +0000 Subject: [PATCH] xendomains init script; Add should-dependency on nfs-kernel-server Perhaps the guests use the hosts's NFS server, as in the case reported in #826871. In any case, it seems much more likely that on a system which is an NFS server and also a Xen host, that the guests depend on the NFS, rather than vice versa. The obvious exception would be a driver domain. Driver domains probably need to be handled separately anyway, since they must start before other domains. (And anyway they are not particularly well-handled by the current packaging.) Closes: #826871 Signed-off-by: Ian Jackson --- debian/xen-utils-common.xendomains.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/xen-utils-common.xendomains.init b/debian/xen-utils-common.xendomains.init index 53457ce597..ca03ae4cfe 100644 --- a/debian/xen-utils-common.xendomains.init +++ b/debian/xen-utils-common.xendomains.init @@ -3,8 +3,8 @@ # Provides: xendomains # Required-Start: $syslog $network $remote_fs xen # Required-Stop: $syslog $network $remote_fs xen -# Should-Start: drbd iscsi openvswitch-switch -# Should-Stop: drbd iscsi openvswitch-switch +# Should-Start: drbd iscsi openvswitch-switch nfs-kernel-server +# Should-Stop: drbd iscsi openvswitch-switch nfs-kernel-server # X-Start-Before: corosync heartbeat libvirtd # X-Stop-After: corosync heartbeat libvirtd # Default-Start: 2 3 4 5 -- 2.39.5