Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 21 Oct 2002 12:08:04 -0700 (PDT) Received: from imf09bis.bellsouth.net (mail309.mail.bellsouth.net [205.152.58.169]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g9LJ82uR005919 for ; Mon, 21 Oct 2002 12:08:02 -0700 Received: from Mother2 ([66.156.2.239]) by imf09bis.bellsouth.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP id <20021021190940.IBWG24556.imf09bis.bellsouth.net@Mother2> for ; Mon, 21 Oct 2002 15:09:40 -0400 Date: Mon, 21 Oct 2002 15:07:55 -0400 From: Greg Freemyer Subject: re: [Bug 184] xfs_force_shutdown called on lvm-snapshot To: xfs mailing list Mime-Version: 1.0 Organization: The NorcrossGroup X-Mailer: GoldMine [5.70.11111] Content-Type: Text/plain Message-Id: <20021021190940.IBWG24556.imf09bis.bellsouth.net@Mother2> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by oss.sgi.com id g9LJ82uR005929 X-archive-position: 1140 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: freemyer@NorcrossGroup.com Precedence: bulk X-list: linux-xfs >> http://oss.sgi.com/bugzilla/show_bug.cgi?id=184 >> ------- Additional Comments From sgi@debian.franken.de 2002-10-19 02:35 >> ------- >> What I did was like this: >> lvcreate -n root-snap -L 512m /dev/master/root-xfs >> lvcreate -n var-snap -L 512m /dev/master/var-xfs >> lvcreate -n home-snap -L 512m /dev/master/home-xfs SInce you are creating snapshots, I assume you mean like: lvcreate -s -n root-snap -L 512m /dev/master/root-xfs lvcreate -s -n var-snap -L 512m /dev/master/var-xfs lvcreate -s -n home-snap -L 512m /dev/master/home-xfs or lvcreate --snapshot -n root-snap -L 512m /dev/master/root-xfs lvcreate --snapshot -n var-snap -L 512m /dev/master/var-xfs lvcreate --snapshot -n home-snap -L 512m /dev/master/home-xfs If you left off the -s or --snapshot option, it is not surprising you are having problems. Greg Freemyer