Tristan Robert
Tristan Robert
Image disk format depends on storage type as described on [proxmox doc](https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_hard_disk): > Storages which present block devices (LVM, ZFS, Ceph) will require the raw disk image format, whereas files...
Hello. You need to create it first: `config\Gemfile.rb` see Readme.
Unless you want to contribute to code and test locally, you should install with [OS packages](https://github.com/theforeman/foreman_fog_proxmox#from-os-packages).
Yes I try to maintain it. But: I am alone, I am working as a hobby, during my free time. I have few free time (father). I have few sponsors...
You should ask foreman core team in community site or with an issue on their redmine site. I have defined these permissions in [engine](https://github.com/theforeman/foreman_fog_proxmox/commit/332ee5a6615ae90f9e627c8db8f3a153b669350e) file. But plugin [access_permissions seeds](https://github.com/theforeman/foreman/blob/develop/db/seeds.d/020-permissions_list.rb) are...
This issue is due to these changes on foreman: https://github.com/theforeman/foreman/pull/8413#issuecomment-952060517
This broken change from foreman in byte_size_f needs to replace fieldset_tag by div and change all js using these fieldsets. It is a huge change that needs a lot of...
In proxmox, disk id should start with: `sata`, `ide`, `virtio` or `scsi` and end whith an integer from 0 to 99. For example: `ide0`. See [API docs](https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/config) POST or PUT...
So if I understand you would like a new feature: uploading an image in the cluster? I didn't merge it because it would complicate and weaken the code. It needs...
https://github.com/theforeman/foreman_bootdisk/pull/90 :+1: