search for: skip_bal

Displaying 4 results from an estimated 4 matches for "skip_bal".

Did you mean: skip_bad
2012 Sep 18
3
R: [PATCH 2/2] Btrfs-progs: add mount-option command
...please could you update also the man page too ? Why it was not provided a way to clear a *single* flag ? To me it seems a bit too long to clear all the flag (btrfs mount-option clear) and then set the right one. As user interface I suggest something like chmod: btrfs mount-option set +ssd,skip_balance -nodatacow /dev/sdX or btrfs mount-option set =ssd,skip_balance,nodatacow /dev/sdX Finally I have some small concern about two macro (see below) >----Messaggio originale---- >Da: seto.hidetoshi@jp.fujitsu.com >Data: 18/09/2012 3.30 >A: <linux-btrfs@vger.kernel.org> &gt...
2013 Mar 02
2
Permanent uncancellable balance
Hello, I have a filesystem that has become unusable because of a balance I can''t stop. It is very close to full, and the balance is preventing me from growing it. It was started like this: sudo btrfs filesystem balance start -v -musage=60 -dusage=60 /srv/backups It has been stuck at 0% across reboots and kernel upgrades (currently on 3.8.1), and cancelling it had no effect: Balance
2013 Feb 07
8
[RFC] Btrfs: Allow the compressed extent size limit to be modified v2
..._compressed_extent_kb) { ret = relocate_file_extent_cluster(inode, cluster); if (ret) return ret; diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index d8982e9..25b8dc2 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -322,7 +322,7 @@ enum { Opt_no_space_cache, Opt_recovery, Opt_skip_balance, Opt_check_integrity, Opt_check_integrity_including_extent_data, Opt_check_integrity_print_mask, Opt_fatal_errors, - Opt_err, + Opt_max_compr_extent_kb, Opt_err, }; static match_table_t tokens = { @@ -361,6 +361,7 @@ static match_table_t tokens = { {Opt_check_integrity, "check_in...
2012 May 27
0
[RFC PATCH] Decrease Metadata Fragment Using A Caterpillar Band Method
...iff -urpN a/fs/btrfs/super.c b/fs/btrfs/super.c --- a/fs/btrfs/super.c 2012-05-21 18:42:51.000000000 +0000 +++ b/fs/btrfs/super.c 2012-05-27 19:12:16.839574840 +0000 @@ -166,7 +166,7 @@ enum { Opt_enospc_debug, Opt_subvolrootid, Opt_defrag, Opt_inode_cache, Opt_no_space_cache, Opt_recovery, Opt_skip_balance, Opt_check_integrity, Opt_check_integrity_including_extent_data, - Opt_check_integrity_print_mask, + Opt_check_integrity_print_mask, Opt_cater_factor, Opt_err, }; @@ -206,6 +206,7 @@ static match_table_t tokens = { {Opt_check_integrity, "check_int"}, {Opt_check_integrity_in...