M midas1989 New Member Sep 4, 2019 1 0 1 35 Sep 4, 2019 #1 Hello all, i have a Question. I search for the cli commands to create Resource Pools and add Groups/Users to this pool but i don't find it. Thanks and best Regards
Hello all, i have a Question. I search for the cli commands to create Resource Pools and add Groups/Users to this pool but i don't find it. Thanks and best Regards
Dominic Proxmox Retired Staff Retired Staff Mar 18, 2019 1,388 194 68 Sep 4, 2019 #2 You can use the API with the pvesh tool to create a pool. Code: pvesh create /pools --poolid mypoolid --comment mycomment You can then use pveum (see the section "Pools" in man pveum) to add permissions to this pool. Pools cannot be created with pveum yet. There is a feature request on our Bugzilla for this. Last edited: Sep 4, 2019
You can use the API with the pvesh tool to create a pool. Code: pvesh create /pools --poolid mypoolid --comment mycomment You can then use pveum (see the section "Pools" in man pveum) to add permissions to this pool. Pools cannot be created with pveum yet. There is a feature request on our Bugzilla for this.