From mboxrd@z Thu Jan 1 00:00:00 1970 From: Azat Khuzhin Subject: Re: Running xfstests on logical volumes Date: Thu, 15 May 2014 15:27:10 +0400 Message-ID: <20140515112710.GE7450@azat> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Sankar P Return-path: Received: from mail-lb0-f174.google.com ([209.85.217.174]:42456 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbaEOL10 (ORCPT ); Thu, 15 May 2014 07:27:26 -0400 Received: by mail-lb0-f174.google.com with SMTP id n15so671852lbi.19 for ; Thu, 15 May 2014 04:27:25 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, May 15, 2014 at 03:35:37PM +0530, Sankar P wrote: > Hi, > > I am trying to run the generic group of tests, on an out-of-tree > filesystem http://en.wikipedia.org/wiki/Novell_Storage_Services > > I run as: > TEST_DEV=NSSVOL TEST_DIR=/media/nss/NSSVOL FSTYP=nssvol ./check -g dir 001 > > The volume NSSVOL is a logical device and not an actual device. When I > run the xfstests, I get an error: > > common/config: Error: $TEST_DEV (NSSVOL) is not a block device or a > NFS filesystem > > How do I resolve this ? Is it possible to test such logical devices ? > Also, the filesystem does not have a fsck too, if it matters. I could > not get any information about this from README. I am running xfstests > current git head. Hi Sankar, As for mkfs, you could just symlinking /bin/true, somethink like this: $ ln -s /bin/true /sbin/fsck.$FSTYP > > -- > Sankar P > http://psankar.blogspot.com > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Respectfully Azat Khuzhin