On 4/8/25 11:41 AM, Richard W.M. Jones wrote:
> On Tue, Apr 08, 2025 at 11:34:40AM -0400, Cole Robinson wrote:
>> Hi Rich, I've consistently been hitting issues with guestfs-tools
>> builds. I have workarounds but they are annoying.
>>
>>
>> 1) With a fresh checkout I run:
>>
>> $ git submodule ini
Host has various /etc directories symlinked to a config git repo. Running
"virt-filesystems -a ./somevm.qcow2" fails with parent directory not found.
Commands ran as root. Filesystem is ZFS and /etc is same dataset as /.
Can Workaround by replacing symlink with regular copied directory.
OS: De
On Wed, Apr 09, 2025 at 03:38:55AM +, Leon Blakey wrote:
> Host has various /etc directories symlinked to a config git repo. Running
> "virt-filesystems -a ./somevm.qcow2" fails with parent directory not found.
> Commands ran as root. Filesystem is ZFS and /etc is same dataset as /.
>
> Can