Displaying 2 results from an estimated 2 matches for "btrfstunesetuuidrandom".
2015 Jun 24
0
[PATCH 5/5] New API: btrfstune_set_uuid_random
...rns C<primary>, C<logical>, or C<extended>." };
+ { defaults with
+ name = "btrfstune_set_uuid_random"; added = (1, 29, 47);
+ style = RErr, [Device "device"], [];
+ proc_nr = Some 455;
+ optional = Some "btrfs"; camel_name = "BTRFSTuneSetUuidRandom";
+ tests = [
+ InitPartition, Always, TestRun (
+ [["part_init"; "/dev/sda"; "mbr"];
+ ["part_add"; "/dev/sda"; "p"; "64"; "204799"];
+ ["mkfs_btrfs"; "/dev/sda1"...
2015 Jun 24
10
[PATCH 0/5] uuid: add btrfs uuid change support and some rework
- Btrfs-progs v4.1 introduced new feature of changing
uuid of btrfs partition.
This patch add support of this.
- uuids.c did a lot of deplicated work for changing uuid
of fs. Use existed functions.
-- Introduce new API: btrfstune_set_uuid_random
Chen Hanxiao (5):
uuid: add support to change uuid of btrfs partition
uuid: use existed function of ext2
uuid: use newly introduced