[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 02/12] ts-kernel-build: force CONFIG_BLK_DEV_NBD=y
Otherwise, with wheezy and Linux 3.4.77: Jan 23 04:36:42 lake-frog nbd_client[4274]: Cannot open NBD: No such file or directory#012Please ensure the nbd module is loaded. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ts-kernel-build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts-kernel-build b/ts-kernel-build index 742d2b4..9b92ffc 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -174,6 +174,10 @@ setopt CONFIG_EXT4_FS m setopt CONFIG_UFS_FS m setopt CONFIG_UFS_FS_WRITE y +setopt CONFIG_BLK_DEV_NBD y +# At least with Linux 3.4.77 on wheezy, the nbd module is +# not loaded automatically. + END our $config_features= <<END; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |