Re: [ovirt-users] quota creation from ovirt-shell

2016-09-25 Thread Staniforth, Paul
r 2016 07:30 To: Staniforth, Paul Cc: Andrej Krejcir; users@ovirt.org Subject: Re: [ovirt-users] quota creation from ovirt-shell On Tue, Sep 20, 2016 at 2:00 PM, Staniforth, Paul mailto:p.stanifo...@leedsbeckett.ac.uk>> wrote: Thanks Andrej, it gives me an

Re: [ovirt-users] quota creation from ovirt-shell

2016-09-24 Thread Doron Fediuck
our University. > Paul. you can also use Java or Ruby instead of Python. > > Regards, > Paul S. > > From: Andrej Krejcir > Sent: 20 September 2016 10:44 > To: Staniforth, Paul > Cc: users@ovirt.org > Subject: Re:

Re: [ovirt-users] quota creation from ovirt-shell

2016-09-20 Thread Staniforth, Paul
t: 20 September 2016 10:44 To: Staniforth, Paul Cc: users@ovirt.org Subject: Re: [ovirt-users] quota creation from ovirt-shell Hi, there is a bug in the ovirt-cli, which makes creating quotaclusterlimit and quotastoragelimit impossible. The correct syntax would be: add quotastoragelimit --parent-datac

Re: [ovirt-users] quota creation from ovirt-shell

2016-09-20 Thread Andrej Krejcir
Hi, there is a bug in the ovirt-cli, which makes creating quotaclusterlimit and quotastoragelimit impossible. The correct syntax would be: add quotastoragelimit --parent-datacenter-name Default --parent-quota-name testcli ... You could use a python script with the SDK instead. For example: