btrfs-progs/man
Rakesh Pandit afb7de0da2 Btrfs-progs: remove unused variable and update btrfs-image man page
Remove unused variable in btrfs-image.c (update_super) and update man
page documentation about -r option. Running btrfsck on a restored
image produces missing chunk information. This is because by default,
btrfs-image fixes up chunk tree to use 1 stripe pointing to the
primary device. This in turns results in btrfsck making some noise.

$  ./mkfs.btrfs /dev/sdb2 -f
$  ./btrfs-image /dev/sdb2 btrfs_image_output
$  ./btrfs-image -r btrfs_image_output disk-image
$  ./btrfsck disk-image

Device extent[1, 29360128, 8388608] didn't find the relative chunk.
Device extent[1, 1111490560, 1073741824] didn't find the relative chunk.

Ideally btfsck should be updated to reflect this default behavior and
not through these messages, but it isn't harmful and can be done
later.

Signed-off-by: Rakesh Pandit <rakesh@tuxera.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
2014-03-21 06:23:33 -07:00
..
Makefile btrfs-progs: add fsck.btrfs stub and manpage 2014-01-31 08:22:13 -08:00
btrfs-convert.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
btrfs-debug-tree.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
btrfs-find-root.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
btrfs-image.8.in Btrfs-progs: remove unused variable and update btrfs-image man page 2014-03-21 06:23:33 -07:00
btrfs-map-logical.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
btrfs-show-super.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
btrfs-zero-log.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
btrfs.8.in Btrfs-progs: receive: fix the case that we can not find the subvolume 2014-01-31 08:22:21 -08:00
btrfsck.8.in Btrfs-progs: add missing man page information for btrfsck 2013-09-03 19:40:55 +02:00
btrfstune.8.in btrfs-progs: Copyright string update 2014-03-21 06:23:24 -07:00
fsck.btrfs.8.in btrfs-progs: add fsck.btrfs stub and manpage 2014-01-31 08:22:13 -08:00
mkfs.btrfs.8.in btrfs-progs: mkfs.btrfs man page: update default metadata blocksize 2014-03-21 06:23:24 -07:00