!13 lxcfs: fix reinstall bug
From: @zhangsong234 Reviewed-by: @caihaomin Signed-off-by: @caihaomin
This commit is contained in:
commit
7002237134
@ -14,7 +14,7 @@ index 9cd4e59..2421a54 100644
|
|||||||
-Restart=on-failure
|
-Restart=on-failure
|
||||||
-ExecStopPost=-/bin/fusermount -u @LXCFSTARGETDIR@
|
-ExecStopPost=-/bin/fusermount -u @LXCFSTARGETDIR@
|
||||||
+ExecStop=/usr/local/bin/lxcfs-tools umount -a
|
+ExecStop=/usr/local/bin/lxcfs-tools umount -a
|
||||||
+ExecStopPost=--/bin/fusermount -u /var/lib/lxc/
|
+ExecStopPost=-/bin/fusermount -u /var/lib/lxc/
|
||||||
Delegate=yes
|
Delegate=yes
|
||||||
ExecReload=/bin/kill -USR1 $MAINPID
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||||||
+Restart=always
|
+Restart=always
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
#Basic Information
|
#Basic Information
|
||||||
Name: lxcfs
|
Name: lxcfs
|
||||||
Version: 4.0.5
|
Version: 4.0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: FUSE filesystem for LXC
|
Summary: FUSE filesystem for LXC
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://linuxcontainers.org
|
URL: http://linuxcontainers.org
|
||||||
@ -83,6 +83,9 @@ fi
|
|||||||
%{_unitdir}/*
|
%{_unitdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.0.5-2
|
||||||
|
- fix reinstall bug
|
||||||
|
|
||||||
* Fri Aug 28 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.0.5-1
|
* Fri Aug 28 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.0.5-1
|
||||||
- update to 4.0.5
|
- update to 4.0.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user