Pretty much all commands print out the usage message when no device is
specified:
[root@host ~]# btrfs scrub start
btrfs scrub start: too few arguments
usage: btrfs scrub start [-BdqrRf] [-c ioprio_class -n ioprio_classdata]
|
...
However, balance doesn't
[root@host ~]# btrfs balance start
ERROR
On 04/21/2016 04:02 AM, Austin S. Hemmelgarn wrote:
> On 2016-04-20 16:23, Konstantin Svist wrote:
>> Pretty much all commands print out the usage message when no device is
>> specified:
>>
>> [root@host ~]# btrfs scrub start
>> btrfs scrub start: too few argu
I'm seeing the following message on every bootup in dmesg &
/var/log/messages:
BTRFS: bdev /dev/sda2 errs: wr 0, rd 0, flush 0, corrupt 1, gen 0
I've tried running scrub and it doesn't indicate any errors occurred
Is this normal? Is something actually corrupted? Can I fix it?
Details:
[root@m
Hi,
I've been running btrfs on Fedora for a while now, with bedup --defrag
running in a night-time cronjob.
Last few runs seem to have gotten stuck, without possibility of even
killing the process (kill -9 doesn't work) -- all I could do is hard
power cycle.
Did something change recently? Is bedu
On 08/06/2015 04:10 AM, Austin S Hemmelgarn wrote:
> On 2015-08-05 17:45, Konstantin Svist wrote:
>> Hi,
>>
>> I've been running btrfs on Fedora for a while now, with bedup --defrag
>> running in a night-time cronjob.
>> Last few runs seem to have got
I have an overnight cron job with
/sbin/fstrim -v /
/bin/bedup dedup --defrag
Every once in a while, it causes the FS to be remounted read-only.
Problem is pretty intermittent so far (aside from a few kernel revisions
a while ago).
Please advise.
Corresponding bugs:
https://bugzilla.kernel.org
On 07/13/2014 10:13 AM, Chris Murphy wrote:
> On Jul 4, 2014, at 11:00 AM, Konstantin Svist wrote:
>
>> I have an overnight cron job with
>>
>> /sbin/fstrim -v /
>> /bin/bedup dedup --defrag
> Probably not related, but these look backwards, why not reverse them?
&