10GBe to dedicated PBS with Kioxa SSDs in ZFS.What is a fast PBS in your words? NVMe / SSD only storage with sufficient bandwidth eg. 40G / 25G / 100G ?
10GBe to dedicated PBS with Kioxa SSDs in ZFS.What is a fast PBS in your words? NVMe / SSD only storage with sufficient bandwidth eg. 40G / 25G / 100G ?
rxbounce
without manual code changes, you can add it to the rbd_default_map_options
[3] [4]. For example, the following command sets a pool-level configuration override that sets rbd_default_map_options
to rxbounce
:rbd config pool set YOUR_POOL rbd_default_map_options rxbounce
rbd config pool rm YOUR_POOL rbd_default_map_options
That's very misleading on the mailinglist then. There is no branch information in the commit log so I thought that only applied commits generate the mail on pve-devel.I've sent a first version of a patch addressing this issue [1] (it's not applied yet though), see also Bugzilla [2].
Not quite -- pve-devel is a public mailing list, and I sent a patch (in this case, a patch series) for review. If/when it (or a subsequent version) has been reviewed and gets applied, the patch will be committed to the corresponding git repositories [1]. I'll also update the status of the Bugzilla issue [2] then.That's very misleading on the mailinglist then. There is no branch information in the commit log so I thought that only applied commits generate the mail on pve-devel.
I wasn't aware of that you guys also use it like this. It all seems so overcomplicated with respect to github or gitlab workflow, yet I know you like your git-email workflow.Not quite -- pve-devel is a public mailing list, and I sent a patch (in this case, a patch series) for review. If/when it (or a subsequent version) has been reviewed and gets applied, the patch will be committed to the corresponding git repositories
I wasn't aware of that you guys also use it like this. It all seems so overcomplicated with respect to github or gitlab workflow, yet I know you like your git-email workflow.
I've sent a first version of a patch addressing this issue [1] (it's not applied yet though), see also Bugzilla [2].
Until a patch is applied and an updated package available, if you want to enablerxbounce
without manual code changes, you can add it to therbd_default_map_options
[3] [4]. For example, the following command sets a pool-level configuration override that setsrbd_default_map_options
torxbounce
:
This will take effect the next time a volume is mapped (so on VM start or live-migration, as mentioned by @mira).Code:rbd config pool set YOUR_POOL rbd_default_map_options rxbounce
You can unset the override with
Code:rbd config pool rm YOUR_POOL rbd_default_map_options
[1] https://lore.proxmox.com/pve-devel/20241025111304.99680-2-f.weber@proxmox.com/T/
[2] https://bugzilla.proxmox.com/show_bug.cgi?id=5779
[3] https://docs.ceph.com/en/reef/man/8/rbd/#commands
[4] https://github.com/ceph/ceph/blob/b...26ac9b4c3/src/common/options/rbd.yaml.in#L507
In some cases useful info is found in syslog - try "dmesg | tail".
rbd: sysfs write failed
TASK ERROR: can't map rbd volume vm-551-disk-2: rbd: sysfs write failed
Can you provide the output of the following commands (fill inI tried the
I adjusted the settings, but I wasn't able to start any virtual machines afterward.
In some cases useful info is found in syslog - try "dmesg | tail".
rbd: sysfs write failed
TASK ERROR: can't map rbd volume vm-551-disk-2: rbd: sysfs write failed
YOUR_POOL
accordingly):pveversion -v
rbd config pool list YOUR_POOL
dmesg | grep rbd