You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for fixing #717 so quickly. I only recently upgraded my kernel and I have not seen the issue anymore 👍
Now for this bug report, even with latest mainline kernel I can still reproduce my issue with storing VM images on bcachefs. This is probably a fringe usecase, but in the end I guess bcachefs should support this to be a full featured FS.
Summary: The Proxmox Hypervisor currently has no native driver for bcachefs, but it'd still be nice to use the normal QEMU file storage on a bcachefs filesystem. So I tried to set this up in Proxmox and install a Centos VM onto bcachefs storage, but the installation fails. I then tried to get a slightly simpler reproduction case.
VM Host
OS: Proxmox VE 8.2.7 / Debian 12 Bookworm
Kernel: Ubuntu Mainline PPA 6.12.1 (6.12.1-061201-generic)
Bcachefs Tools: v1.13.0 tag build from source
bcachefs show-super:
Interestingly, other filesystems seem to work better. Manually creating a ext4 fs, mounting and creating / deleting files worked. So I tried to do a default fedora installation, which uses only btrfs and ext4. This works as well. It installs just fine and the installed OS boots. I did not do any further testing though.
So this seems to be somewhat xfs specific. If there's any additional info that could help to debug this further, please let me know.
The text was updated successfully, but these errors were encountered:
Hi there,
thanks for fixing #717 so quickly. I only recently upgraded my kernel and I have not seen the issue anymore 👍
Now for this bug report, even with latest mainline kernel I can still reproduce my issue with storing VM images on bcachefs. This is probably a fringe usecase, but in the end I guess bcachefs should support this to be a full featured FS.
Summary: The Proxmox Hypervisor currently has no native driver for bcachefs, but it'd still be nice to use the normal QEMU file storage on a bcachefs filesystem. So I tried to set this up in Proxmox and install a Centos VM onto bcachefs storage, but the installation fails. I then tried to get a slightly simpler reproduction case.
VM Host
OS: Proxmox VE 8.2.7 / Debian 12 Bookworm
Kernel: Ubuntu Mainline PPA 6.12.1 (
6.12.1-061201-generic
)Bcachefs Tools:
v1.13.0
tag build from sourcebcachefs show-super:
The VM was created in Proxmox using default settings for storage and image. This runs qemu kvm like this:
VM
OS: Fedora 41 workstation Live CD
Kernel:
6.11.4-301.fc41.x86_64
/dev/sda
using fdisk and create one partition. This works fine.After this, the following errors can be found in the VM dmesg:
There are no messages in the VM Host dmesg.
Interestingly, other filesystems seem to work better. Manually creating a ext4 fs, mounting and creating / deleting files worked. So I tried to do a default fedora installation, which uses only btrfs and ext4. This works as well. It installs just fine and the installed OS boots. I did not do any further testing though.
So this seems to be somewhat xfs specific. If there's any additional info that could help to debug this further, please let me know.
The text was updated successfully, but these errors were encountered: