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

2023-03-23 Thread Juergen Gross
On 23.03.23 15:29, Julien Grall wrote: On 23/03/2023 14:21, Juergen Gross wrote: On 23.03.23 15:20, Julien Grall wrote: Hi, On 23/03/2023 12:53, Juergen Gross wrote: On 23.03.23 13:38, Julien Grall wrote: Hi Juergen, On 24/02/2023 15:58, Juergen Gross wrote: Today when finalizing a

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

2023-03-23 Thread Julien Grall
On 23/03/2023 14:21, Juergen Gross wrote: On 23.03.23 15:20, Julien Grall wrote: Hi, On 23/03/2023 12:53, Juergen Gross wrote: On 23.03.23 13:38, Julien Grall wrote: Hi Juergen, On 24/02/2023 15:58, Juergen Gross wrote: Today when finalizing a transaction the number of node quota is

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

2023-03-23 Thread Juergen Gross
On 23.03.23 15:20, Julien Grall wrote: Hi, On 23/03/2023 12:53, Juergen Gross wrote: On 23.03.23 13:38, Julien Grall wrote: Hi Juergen, On 24/02/2023 15:58, Juergen Gross wrote: Today when finalizing a transaction the number of node quota is checked to not being exceeded after the

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

2023-03-23 Thread Julien Grall
Hi, On 23/03/2023 12:53, Juergen Gross wrote: On 23.03.23 13:38, Julien Grall wrote: Hi Juergen, On 24/02/2023 15:58, 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

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

2023-03-23 Thread Juergen Gross
On 23.03.23 13:38, Julien Grall wrote: Hi Juergen, On 24/02/2023 15:58, 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

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

2023-03-23 Thread Julien Grall
Hi Juergen, On 24/02/2023 15:58, 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

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

2023-02-24 Thread Juergen Gross
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 in the transaction. Correct that by checking