From owner-freebsd-virtualization@freebsd.org Tue Dec 5 23:25:41 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12FD1E86A41 for ; Tue, 5 Dec 2017 23:25:41 +0000 (UTC) (envelope-from randy@terbush.org) Received: from mail-ot0-x234.google.com (mail-ot0-x234.google.com [IPv6:2607:f8b0:4003:c0f::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA61A784BF for ; Tue, 5 Dec 2017 23:25:40 +0000 (UTC) (envelope-from randy@terbush.org) Received: by mail-ot0-x234.google.com with SMTP id e74so1815925ote.7 for ; Tue, 05 Dec 2017 15:25:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=terbush.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=nZqdYLPKb3N3sJqT3Pvve8+KON/h36nmtBJ5IPMc63I=; b=RHvZe3rjtqTJFLYrc8vhp0Zggziu/rz6X1975wcv6uKonAT772Ldo6ABNgNbQXmQJ3 jDCmz367YKxIIXmo3oCiN5Ku5eixCpJK8XdIG/XvLaMHFJR3kcYJRoPQfuaf0fz95eEa u9L0mrUMXyRIGTQ+GRjh30TTJhay8RlGO5wlc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=nZqdYLPKb3N3sJqT3Pvve8+KON/h36nmtBJ5IPMc63I=; b=e12CPVXnCeIzwTW7mxVxF0hQyvN6HZvP9WWNdMVGqty0L2dfw6O5iup0wA1LeRSzYK O/OIt3+wRIC3W8TMd9gHxqjEUPn3a1xqvSPqIMtxZBh3rzqnpkql39QcYSGcwalUgeM6 H1k+hY1Lrax2JyUiOEpykGQ1OOxfdVd8j75To+XYxY9MPioYPldov3KMDgpvSZFmfvHu 7RsH/vzii8mulLH6fXESu110TBWIUm79sVMDOK+3vH0zEOXWb4M333XpOoSX+AdI4mbL 82iDEF1p8MZnoRTaRVr8s+YeQlwkK+eoJeHAGgKjE3xJMYWLwzmkYsQmAYhXwNpoCJgd pZlg== X-Gm-Message-State: AJaThX6PTR0gbSY4dAkTxDW1hE3LUyQEsOAI6PlJaq9hf2CKIvsXLlMM atyaPkIQCSTu41/TUyAW7o5pjSIZMne+9KdDjiHmmQ== X-Google-Smtp-Source: AGs4zMZex557RU1ny3wLTkMGyWHI30mFt6yGTA9pkdlz7LY3Zvt6GqzJ/0xxXQAHnz+aFxIJudphjwOX6t7VwF4vIsc= X-Received: by 10.157.29.146 with SMTP id y18mr22092620otd.371.1512516339463; Tue, 05 Dec 2017 15:25:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.168.67.10 with HTTP; Tue, 5 Dec 2017 15:25:09 -0800 (PST) In-Reply-To: References: From: Randy Terbush Date: Tue, 5 Dec 2017 16:25:09 -0700 Message-ID: Subject: Re: Recovering an ZFS vm To: Allan Jude Cc: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 23:25:41 -0000 Allan, Confused by the question. This is a VM that has been running. Loader is 'grub'. Not sure if that implies bhyve given it is running on the bhyve hyperviser. I have another VM that was cloned from this one that is running fine. I did just build from stable yesterday and did a reboot which is when I find that this VM does not run. Not sure if it was corrupted because of a bad shutdown caused by the reboot, or if there is something more explainable as you suggest. I appreciate your help. -- Randy On Tue, Dec 5, 2017 at 3:53 PM, Allan Jude wrote: > On 12/05/2017 16:53, Randy Terbush wrote: > > I have a Centos vm that has suddenly stopped booting. At the console, > grub > > tells me the following if I attempt to list any of the available > partitions. > > > > error: not a correct XFS inode. > > error: not a correct XFS inode. > > error: not a correct XFS inode. > > error: not a correct XFS inode. > > error: not a correct XFS inode. > > Filesystem type xfs, UUID 7652ffda-f7c5-408a-b0ce-b554b66fc2e5 - > Partition > > start at 2048 - Total size 2097152 sectors > > grub> > > > > Is there an easy way to recover this? This has happened more than once. > > Just so happens there is something on this image I would like to have > > access to... > > > > -- > > Randy > > _______________________________________________ > > freebsd-virtualization@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > > To unsubscribe, send any mail to "freebsd-virtualization- > unsubscribe@freebsd.org" > > > > Is this grub-bhyve? It does not (yet) support the newer version of XFS > with checksums. > > -- > Allan Jude > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization- > unsubscribe@freebsd.org" >