mksnap slashes acls option?

Kirk McKusick mckusick at beastie.mckusick.com
Tue Jan 27 10:40:56 PST 2004


> Date: Tue, 27 Jan 2004 15:54:32 +0100
> From: Wiktor Niesiobedzki <freebsd-lists at w.evip.pl>
> To: Kimura Fuyuki <fuyuki at nigredo.org>
> Cc: freebsd-current at freebsd.org, Kirk McKusick <mckusick at mckusick.com>
> Subject: Re: mksnap slashes acls option?
> In-Reply-To: <86zncjqv5c.wl%fuyuki at nigredo.org>
> X-ASK-Info: Confirmed by User
> 
> On Tue, Jan 20, 2004 at 10:13:51AM +0900, Kimura Fuyuki wrote:
> > Something dangerous seems to happen...
> > 
> > # mdmfs -s 1m -o acls md1 /mnt
> > # mount
> > <snip>
> > /dev/md1 on /mnt (ufs, local, soft-updates, acls)
> > # mksnap_ffs /mnt /mnt/.snap/snap
> > # mount
> > <snip>
> > /dev/md1 on /mnt (ufs, local, soft-updates)
> >                                           !!!!
> > Ooh, where is the acls option??
> > 
> Some small patch to mksnap_ffs to correct this bug.
> 
> Can someone review this and commit?
> 
> 
> Cheers,
> 
> Wiktor Niesiobedzki

I have checked in your proposed change.

	Kirk McKusick

=-=-=-=-=-=

From:    Kirk McKusick <mckusick at FreeBSD.org>
Date:    Tue, 27 Jan 2004 10:28:11 -0800 (PST)
To:      src-committers at FreeBSD.org, cvs-src at FreeBSD.org, cvs-all at FreeBSD.org
Subject: cvs commit: src/sbin/mksnap_ffs mksnap_ffs.c
Delivery-Date: Tue Jan 27 10:37:28 2004
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-src-committers at FreeBSD.org

mckusick    2004/01/27 10:28:11 PST

  FreeBSD src repository

  Modified files:
    sbin/mksnap_ffs      mksnap_ffs.c 
  Log:
  Preserve acls option on mounts when taking a snapshot.
  
  Submitted by:   Wiktor Niesiobedzki <freebsd-lists at w.evip.pl>
  
  Revision  Changes    Path
  1.6       +5 -1      src/sbin/mksnap_ffs/mksnap_ffs.c


More information about the freebsd-current mailing list