From owner-freebsd-fs@freebsd.org Sun Feb 26 18:59:19 2017 Return-Path: Delivered-To: freebsd-fs@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 9844ECEEE4B for ; Sun, 26 Feb 2017 18:59:19 +0000 (UTC) (envelope-from sem@semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59B9889F for ; Sun, 26 Feb 2017 18:59:19 +0000 (UTC) (envelope-from sem@semmy.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=semmy.ru; s=dkim; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=3CtGurKsqiUns6GO8hGgE9PdyHDpS0z71PI3x6NVi7U=; b=f1Pl8Tjmu2MkmR0WnSzw+PF58w Bipo15yTfgyMuj05Pe8H04lA2hbKgtiAqpnFPn6Fw2tgtjPo+6dV0W4lyEaL2GCT8eO4Rc3coiNNz 2d4NN1oPvW4EwdqtK2CfNBQtu33yDcZWuPWxJ88RgxY1dyyyIQ53vK8vaLpCaUVtchk4=; Received: from [37.204.164.247] (helo=homeipv6.semmy.ru) by sunner.semmy.ru with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1ci42N-0000R8-3F for freebsd-fs@freebsd.org; Sun, 26 Feb 2017 21:59:15 +0300 To: freebsd-fs@freebsd.org From: Sergey Matveychuk Subject: ufs2+su+journal-snapshots Message-ID: Date: Sun, 26 Feb 2017 21:59:15 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:59:19 -0000 Hi. I know, it's an annoying question but is there a plan to fix snapshots with journaling? May be any project to try and to test? Journal enabled in default install now and we lost snapshots (and backups). It does ufs2 almost useless now. Sure, I can disable journaling and back to 2000s but it's sadly. Many fellows has moved to ZFS and I did the same on a few servers but often ZFS is overkill (and slow) for me.