btrfs-progs: test for restoring multiple devices fs into a single device
authorFilipe Manana <fdmanana@suse.com>
Wed, 17 May 2017 01:41:31 +0000 (02:41 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Jun 2017 15:07:54 +0000 (17:07 +0200)
commitc1c987503412a8e98e40da2548c6b78888535641
tree726c561890f450849ee162fc5dbb93bd8a2856db
parent3a05074c167ceea8c49a902b383c307c0c61eec2
btrfs-progs: test for restoring multiple devices fs into a single device

Test that we are able to create an image from a multiple devices fs, that
we are able to restore that image into a single device and finally that we
are able to mount it.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
[ added shell quotation and chmod a+w so testsuite on NFS works ]
Signed-off-by: David Sterba <dsterba@suse.com>
tests/misc-tests/021-image-multi-devices/test.sh [new file with mode: 0755]