btrfs-progs: mkfs: print the new UUID
Unless the uuid is specified as the command line option, it's not printed in the summary. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
ebcd9f7eef
commit
dbf16fe5e4
2
mkfs.c
2
mkfs.c
|
@ -1895,7 +1895,7 @@ raid_groups:
|
||||||
char features_buf[64];
|
char features_buf[64];
|
||||||
|
|
||||||
printf("Label: %s\n", label);
|
printf("Label: %s\n", label);
|
||||||
printf("UUID: %s\n", fs_uuid);
|
printf("UUID: %s\n", mkfs_cfg.fs_uuid);
|
||||||
printf("Node size: %u\n", nodesize);
|
printf("Node size: %u\n", nodesize);
|
||||||
printf("Sector size: %u\n", sectorsize);
|
printf("Sector size: %u\n", sectorsize);
|
||||||
printf("Filesystem size: %s\n",
|
printf("Filesystem size: %s\n",
|
||||||
|
|
Loading…
Reference in New Issue