[lxc-devel] [lxd-pkg-ubuntu/dpm-zesty] Add remote-fs as requirement for lxd startups (for example for CephFS).

pcdummy on Github lxc-bot at linuxcontainers.org
Sat Dec 31 17:24:28 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161231/2f2d336e/attachment.bin>
-------------- next part --------------
From f2a73abb9dc38f552f6fd9b02cd04e57b4499912 Mon Sep 17 00:00:00 2001
From: Rene Jochum <rene at jochums.at>
Date: Sat, 31 Dec 2016 18:24:01 +0100
Subject: [PATCH] Add remote-fs as requirement for lxd startups (for example
 for CephFS).

Signed-off-by: Rene Jochum <rene at jochums.at>
---
 debian/lxd.lxd-containers.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/lxd.lxd-containers.service b/debian/lxd.lxd-containers.service
index 30c3dfd..ceba85a 100644
--- a/debian/lxd.lxd-containers.service
+++ b/debian/lxd.lxd-containers.service
@@ -2,7 +2,7 @@
 Description=LXD - container startup/shutdown
 Documentation=man:lxd(1)
 After=lxd.socket lxd.service
-Requires=lxd.socket
+Requires=lxd.socket remote-fs.target
 
 [Service]
 Type=oneshot


More information about the lxc-devel mailing list