Message ID | cover.1696304038.git.anand.jain@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs-progs: mkfs: testing cloned-device | expand |
On Tue, Oct 03, 2023 at 11:46:12AM +0800, Anand Jain wrote: > v2: > Worked on review comments from David. > > --- v1 --- > This patchset adds support for testing cloned-device in mkfs. > So using mkfs.btrfs both option -U and -P a new device can be created > to match the FSID and UUID of an existing device. This is useful for > testing cloned-device. > > Anand Jain (2): > btrfs-progs: document allowing duplicate fsid > btrfs-progs: add mkfs option for dev_uuid Added to devel, thanks. I did some fixups, the device uuid is printed in the summary and validation of the device uuid.
On 10/18/23 05:19, David Sterba wrote: > On Tue, Oct 03, 2023 at 11:46:12AM +0800, Anand Jain wrote: >> v2: >> Worked on review comments from David. >> >> --- v1 --- >> This patchset adds support for testing cloned-device in mkfs. >> So using mkfs.btrfs both option -U and -P a new device can be created >> to match the FSID and UUID of an existing device. This is useful for >> testing cloned-device. >> >> Anand Jain (2): >> btrfs-progs: document allowing duplicate fsid + must not already exist on any currently present filesystem. There is a white-space error at the end of the line mentioned above in the devel branch. >> btrfs-progs: add mkfs option for dev_uuid > > Added to devel, thanks. I did some fixups, the device uuid is printed in > the summary and validation of the device uuid. Looks good. Thanks. - Anand
On Thu, Oct 19, 2023 at 07:02:45AM +0530, Anand Jain wrote: > > > On 10/18/23 05:19, David Sterba wrote: > > On Tue, Oct 03, 2023 at 11:46:12AM +0800, Anand Jain wrote: > >> v2: > >> Worked on review comments from David. > >> > >> --- v1 --- > >> This patchset adds support for testing cloned-device in mkfs. > >> So using mkfs.btrfs both option -U and -P a new device can be created > >> to match the FSID and UUID of an existing device. This is useful for > >> testing cloned-device. > >> > >> Anand Jain (2): > >> btrfs-progs: document allowing duplicate fsid > > > > + must not already exist on any currently present filesystem. Fixed.