[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] If xenfs is compiled as a module, now cannot complete
# HG changeset patch # User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> # Date 1277217582 -3600 # Node ID fa809ed6f534101158645c3f99be37a121eedb02 # Parent a24dbfcbdf695f49867d5881ea20ab40f18aea98 If xenfs is compiled as a module, now cannot complete 'service xencommons start', mount xenfs directly can fix it, it can trigger modprobe xenfs. Signed-off-by: Yu Zhiguo <yuzg@xxxxxxxxxxxxxx> --- tools/hotplug/Linux/init.d/xencommons | 1 - 1 files changed, 1 deletion(-) diff -r a24dbfcbdf69 -r fa809ed6f534 tools/hotplug/Linux/init.d/xencommons --- a/tools/hotplug/Linux/init.d/xencommons Tue Jun 22 07:19:38 2010 +0100 +++ b/tools/hotplug/Linux/init.d/xencommons Tue Jun 22 15:39:42 2010 +0100 @@ -27,7 +27,6 @@ if test "x$1" = xstart && \ if test "x$1" = xstart && \ test -d /proc/xen && \ ! test -d /proc/xen/capabilities && \ - grep ' xenfs$' /proc/filesystems >/dev/null && \ ! grep '^xenfs ' /proc/mounts >/dev/null; then mount -t xenfs xenfs /proc/xen _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |