mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
xfs_admin command to generate the new UUID for the cloned volume fails without returning error if there is log available in the filesystem : ERROR: The filesystem has valuable metadata changes in a log that needs to be replayed. Mount the filesystem to replay the log, and unmount it before re-running xfs_admin. If you are unable to mount the filesystem, then use the xfs_repair -L option to destroy the log and attempt a repair. Note that destroying the log may cause corruption -- please attempt a mount of the filesystem before doing this. No UUID will be generated in this case and application can not mount the volume. Here mounting the filesystem to the temp location with "nouuid" mount option first so that it can replay the logs first and system is in clean state and then unmount it and after that generating the UUID with the xfs_admin command. Signed-off-by: Pawan <pawan@mayadata.io> |
||
|---|---|---|
| .. | ||
| mount.go | ||
| resize.go | ||
| volume.go | ||
| xfs_util.go | ||
| zfs_util.go | ||