Re: [pve-devel] [PATCH manager] ui: hide bulk migrate options on standalone nodes

2023-11-12 Thread Thomas Lamprecht
Am 10/11/2023 um 11:05 schrieb Dominik Csapak: > since there is nowhere to migrate to and we hide the regular migrate > buttons/options too. > > Signed-off-by: Dominik Csapak > --- > www/manager6/node/CmdMenu.js | 5 + > www/manager6/node/Config.js | 2 ++ > 2 files changed, 7 insertions(+)

[pve-devel] applied-series: [PATCH manager 1/3] ui: resource tree: don't save the tooltip

2023-11-12 Thread Thomas Lamprecht
Am 10/11/2023 um 11:12 schrieb Dominik Csapak: > it shouldn't be called that often, and if we save it, it gets outdated, > e.g. when starting/stopping a guest > > Signed-off-by: Dominik Csapak > --- > www/manager6/tree/ResourceTree.js | 3 --- > 1 file changed, 3 deletions(-) > > applied all t

[pve-devel] applied-series: [PATCH manager v2 1/2] ceph: mark global pg bits setting as deprecated

2023-11-12 Thread Thomas Lamprecht
Am 22/09/2023 um 11:25 schrieb Maximiliano Sandoval: > This setting was removed in [1] as part of the v13.0.2 tag. Running > > ceph config set global osd_pg_bits 42 > > results in > > Error EINVAL: unrecognized config option 'osd_pg_bits' > > So we mark this api as deprecated and make i

Re: [pve-devel] [PATCH pve-firewall 1/2] Manually construct guest config path

2023-11-12 Thread Thomas Lamprecht
Am 10/11/2023 um 14:26 schrieb Stefan Lendl: > Thomas Lamprecht writes: >> This won't work as now cfs_read_file only works by luck, if at all, as the >> cfs_read_file needs the cfs_register_file that happens in PVE::QemuServer >> so that the parser is actually available... >> >> I'd much rather se

[pve-devel] applied-series: [PATCH-SERIES docs/qemu-server] machine version information

2023-11-12 Thread Thomas Lamprecht
Am 10/11/2023 um 14:24 schrieb Fiona Ebner: > There are already some deprecated machine versions in QEMU currently, > namely 1.4-1.7 for i440fx and QEMU 8.2 will add some more. At some > point, support for these will be dropped completely, so start > informing and warning users about this. > > >