[pve-devel] [PATCH lxcfs] Update upstream post clone/fork fix
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Mar 15 12:09:50 CET 2016
---
This should hopefully fix the problems in https://forum.proxmox.com/threads/pve-suddunly-stopped-working-all-cts-unrecheable.26458/
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index bf2edfa..9b524a3 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ deb ${DEB}: ${SRCTAR}
download ${SRCTAR}:
rm -rf ${SRCDIR} ${SRCTAR}
git clone git://github.com/lxc/lxcfs
+ cd lxcfs; git reset --hard f0f8b8511938cc680150d782a3add0ee4d60fb01
tar czf ${SRCTAR}.tmp ${SRCDIR}
mv ${SRCTAR}.tmp ${SRCTAR}
--
2.1.4
More information about the pve-devel
mailing list