Re: [PATCH v2 21/22] qga: allow configuration file path via the cli

2024-07-12 Thread Daniel P . Berrangé
On Fri, Jul 12, 2024 at 12:05:23PM +0300, Konstantin Kostiuk wrote: > On Thu, Jun 13, 2024 at 6:45 PM Daniel P. Berrangé > wrote: > > > Allowing the user to set the QGA_CONF environment variable to change > > the default configuration file path is very unusual practice, made > > more obscure sinc

Re: [PATCH v2 21/22] qga: allow configuration file path via the cli

2024-07-12 Thread Konstantin Kostiuk
On Thu, Jun 13, 2024 at 6:45 PM Daniel P. Berrangé wrote: > Allowing the user to set the QGA_CONF environment variable to change > the default configuration file path is very unusual practice, made > more obscure since this ability is not documented. > > This introduces the more normal '-c PATH'

Re: [PATCH v2 21/22] qga: allow configuration file path via the cli

2024-07-03 Thread Philippe Mathieu-Daudé
On 13/6/24 17:44, Daniel P. Berrangé wrote: Allowing the user to set the QGA_CONF environment variable to change the default configuration file path is very unusual practice, made more obscure since this ability is not documented. This introduces the more normal '-c PATH' / '--config=PATH' comm

[PATCH v2 21/22] qga: allow configuration file path via the cli

2024-06-13 Thread Daniel P . Berrangé
Allowing the user to set the QGA_CONF environment variable to change the default configuration file path is very unusual practice, made more obscure since this ability is not documented. This introduces the more normal '-c PATH' / '--config=PATH' command line argument approach. This requires that