[Ocfs2-tools-devel] [PATCH] ocfs2-tools: add systemd support fix

zren at suse.com zren at suse.com
Thu Aug 6 21:11:36 PDT 2015


From: Eric Ren <zren at suse.com>

The ocfs2.service should be after remote-fs.target so that iscsi
volume would be available at first.

Signed-off-by: Eric Ren <zren at suse.com>
Reviewed-by: Junxiao Bi <junxiao.bi at oracle.com>
---
 vendor/common/ocfs2.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/common/ocfs2.service b/vendor/common/ocfs2.service
index 768f806..c7ecbea 100644
--- a/vendor/common/ocfs2.service
+++ b/vendor/common/ocfs2.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Load ocfs2 Modules
 Requires=o2cb.service
-After=o2cb.service
+After=o2cb.service remote-fs.target
 
 [Service]
 Type=oneshot
-- 
2.1.4




More information about the Ocfs2-tools-devel mailing list