* the goal is to make the uuid visible and usable it as mount
variable/spec, then LOGUUID= seems better than UUID_LOG=
* we already have PARTUUID=
* the UUID_RAW and UUID_SUB are not used by mount(8)
Signed-off-by: Karel Zak <kzak@redhat.com>
*
* @UUID_SUB: subvolume uuid (e.g. btrfs)
*
- * @UUID_LOG: external log UUID (e.g. xfs)
+ * @LOGUUID: external log UUID (e.g. xfs)
*
* @UUID_RAW: raw UUID from FS superblock
*
if (xlog_valid_rec_header(rhead)) {
blkid_probe_set_uuid(pr, rhead->h_uuid);
- blkid_probe_set_uuid_as(pr, rhead->h_uuid, "UUID_LOG");
+ blkid_probe_set_uuid_as(pr, rhead->h_uuid, "LOGUUID");
return 0;
}
}