Re: [PATCH v2] tools/xenstore: fix quota check in acc_fix_domains()

2023-04-24 Thread Juergen Gross
On 24.04.23 10:56, Jan Beulich wrote: On 28.03.2023 16:43, Juergen Gross wrote: Today when finalizing a transaction the number of node quota is checked to not being exceeded after the transaction. This check is always done, even if the transaction is being performed by a privileged connection, o

Re: [PATCH v2] tools/xenstore: fix quota check in acc_fix_domains()

2023-04-24 Thread Jan Beulich
On 28.03.2023 16:43, Juergen Gross wrote: > Today when finalizing a transaction the number of node quota is checked > to not being exceeded after the transaction. This check is always done, > even if the transaction is being performed by a privileged connection, > or if there were no nodes created

Re: [PATCH v2] tools/xenstore: fix quota check in acc_fix_domains()

2023-03-29 Thread Julien Grall
Hi Juergen, On 28/03/2023 15:43, Juergen Gross wrote: Today when finalizing a transaction the number of node quota is checked to not being exceeded after the transaction. This check is always done, even if the transaction is being performed by a privileged connection, or if there were no nodes c