From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 02/12] ts-kernel-build: force CONFIG_BLK_DEV_NBD=y Date: Tue, 11 Feb 2014 15:25:44 +0000 Message-ID: <1392132354-7594-3-git-send-email-ian.jackson@eu.citrix.com> References: <1392132354-7594-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WDFDz-00080S-Gb for xen-devel@lists.xenproject.org; Tue, 11 Feb 2014 15:26:15 +0000 In-Reply-To: <1392132354-7594-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 --- 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= <