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(+)
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
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
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
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.
>
>
>