Hi,
i did a fresh install on a Ubuntu 24.04.2 LTS virtual machine at Hetzner.
Before i created 2 volumes:
/dev/sdb 40G 360K 38G 1% /var/local
/dev/sdc 9.8G 72M 9.2G 1% /var/www
/etc/fstab:
/dev/disk/by-uuid/f184a16b-6eca-41cb-b48a-ff37cdce1d79 / ext4 defaults 0 1
# /boot/efi was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/5628-19B6 /boot/efi vfat defaults 0 1
/dev/disk/by-id/scsi-0HC_Volume_102672967 /var/www ext4 discard,nofail,defaults 0 0
/dev/disk/by-id/scsi-0HC_Volume_102672985 /var/local ext4 discard,nofail,defaults 0 0
On a very late stage of the installation process it gives that error:
No VM guests are running outdated hypervisor (qemu) binaries on this host.
Installing orchd
Configuring postgresql db
Initialising mTLS root CA for this cluster
Creating mTLS for orchd service
There was an error initialising the cluster. This is unexpected, please contact support. Error { kind: Internal, msg: "Invalid cross-device link (os error 18)" }
It seems it tries to do hard/soft links somewhere.
How can i get it to work? The VMs are restricted in storage, thats why i wanna have the 2 growing directories /var/www and /var/local separate.
Thanks.