fix: add mkfs.xfs configuration files #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "geochip/alt-orchestra-build:geochip/fix-mkfs.xfs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
mkfs.xfs requires these configuration files to format the drives on
install. Without the configuration files the system fails with the
error:
[talos] formatting filesystem {"component": "controller-runtime", "controller": "block.VolumeManagerController", "volume": "STATE", "device": "/dev/vda3", "filesystem": "xfs"}
[talos] volume status {"component": "controller-runtime", "controller": "block.VolumeManagerController", "volume": "STATE", "phase": "failed -> failed", "error": "error formatting XFS: exit status 1: Unable to open config file /usr/share/xfsprogs/mkfs/lts_6.12.conf. Aborting.\n", "location": "/dev/vda3", "parentLocation": "/dev/vda"}
Fixes:
235d3d1f12("fix: add branding-alt-orchestra (#30)")Signed-off-by: Alexander Stepchenko geochip@altlinux.org
mkfs.xfs requires these configuration files to format the drives on install. Without the configuration files the system fails with the error: [talos] formatting filesystem {"component": "controller-runtime", "controller": "block.VolumeManagerController", "volume": "STATE", "device": "/dev/vda3", "filesystem": "xfs"} [talos] volume status {"component": "controller-runtime", "controller": "block.VolumeManagerController", "volume": "STATE", "phase": "failed -> failed", "error": "error formatting XFS: exit status 1: Unable to open config file /usr/share/xfsprogs/mkfs/lts_6.12.conf. Aborting.\n", "location": "/dev/vda3", "parentLocation": "/dev/vda"} Fixes:235d3d1f12("fix: add branding-alt-orchestra (#30)") Signed-off-by: Alexander Stepchenko <geochip@altlinux.org>