Displaying 1 result from an estimated 1 matches for "set_uuid_stub".
2016 Jul 06
1
Re: list-filesystems and btrfs snapshots
...all snapshots (maybe this is correct)
> - virt-sysprep --operation fs-uuids goes into infinite loop
>
> [ 144.2] Performing "fs-uuids" ...
> virt-sysprep: warning: cannot set random UUID on filesystem
> btrfsvol:/dev/sda2/@/.snapshots/16/snapshot type btrfs: set_uuid:
> set_uuid_stub: btrfsvol:/dev/sda2/@/.snapshots/16/snapshot: expecting a
> device name
The specific problem is that set_uuid is declared to take a Device as
the first parameter [see generator/action.ml], whereas I believe it
should take a Mountable instead.
Compare it to how vfs_uuid is declared in the same...