Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-10 Thread Marc MERLIN
On Tue, Apr 08, 2014 at 09:42:03AM +0800, Qu Wenruo wrote: > >I had debian add this to the initramfs initrd by default so that someone > >can recover their root filesystem with this command if it won't mount. > > > >What got fixed is the kernel used to oops and crash, and now it gives a > >nice "ca

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-07 Thread Qu Wenruo
于 2014年04月05日 02:46, Marc MERLIN 写道: On Wed, Apr 02, 2014 at 04:29:35PM +0800, Qu Wenruo wrote: Convert man page for btrfs-zero-log Signed-off-by: Qu Wenruo --- Documentation/Makefile | 2 +- Documentation/btrfs-zero-log.txt | 39 +++ 2 files

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-05 Thread Marc MERLIN
On Sat, Apr 05, 2014 at 11:03:46PM +0100, Hugo Mills wrote: >As far as I recall, -orecovery is read-write. -oro,recovery is > read-only. Yes, we both corrected my Email at the same time :) Actually it's better/worse than that. From my notes at http://marc.merlins.org/perso/btrfs/2014-03.html#

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-05 Thread Marc MERLIN
On Sat, Apr 05, 2014 at 03:02:03PM -0700, Marc MERLIN wrote: > On Sat, Apr 05, 2014 at 04:00:27PM -0600, cwillu wrote: > > >> +'btrfs-zero-log' will remove the log tree if log tree is corrupt, which > > >> will > > >> +allow you to mount the filesystem again. > > >> + > > >> +The common case where

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-05 Thread Hugo Mills
On Sat, Apr 05, 2014 at 03:02:03PM -0700, Marc MERLIN wrote: > On Sat, Apr 05, 2014 at 04:00:27PM -0600, cwillu wrote: > > >> +'btrfs-zero-log' will remove the log tree if log tree is corrupt, which > > >> will > > >> +allow you to mount the filesystem again. > > >> + > > >> +The common case where

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-05 Thread Hugo Mills
On Sat, Apr 05, 2014 at 04:00:27PM -0600, cwillu wrote: > On Fri, Apr 4, 2014 at 12:46 PM, Marc MERLIN wrote: > > On Wed, Apr 02, 2014 at 04:29:35PM +0800, Qu Wenruo wrote: > >> Convert man page for btrfs-zero-log > >> > >> Signed-off-by: Qu Wenruo > >> --- > >> Documentation/Makefile

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-05 Thread Marc MERLIN
On Sat, Apr 05, 2014 at 04:00:27PM -0600, cwillu wrote: > >> +'btrfs-zero-log' will remove the log tree if log tree is corrupt, which > >> will > >> +allow you to mount the filesystem again. > >> + > >> +The common case where this happens has been fixed a long time ago, > >> +so it is unlikely tha

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-05 Thread cwillu
On Fri, Apr 4, 2014 at 12:46 PM, Marc MERLIN wrote: > On Wed, Apr 02, 2014 at 04:29:35PM +0800, Qu Wenruo wrote: >> Convert man page for btrfs-zero-log >> >> Signed-off-by: Qu Wenruo >> --- >> Documentation/Makefile | 2 +- >> Documentation/btrfs-zero-log.txt | 39 >>

Re: [PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-04 Thread Marc MERLIN
On Wed, Apr 02, 2014 at 04:29:35PM +0800, Qu Wenruo wrote: > Convert man page for btrfs-zero-log > > Signed-off-by: Qu Wenruo > --- > Documentation/Makefile | 2 +- > Documentation/btrfs-zero-log.txt | 39 +++ > 2 files changed, 40 insertions(+), 1

[PATCH 24/27] btrfs-progs: Convert man page for btrfs-zero-log

2014-04-02 Thread Qu Wenruo
Convert man page for btrfs-zero-log Signed-off-by: Qu Wenruo --- Documentation/Makefile | 2 +- Documentation/btrfs-zero-log.txt | 39 +++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 Documentation/btrfs-zero-log.txt diff --