Hi there,
Currently there is no option to set the replication (skip replication) option for disks.
I wish to have an option to set this parameter.
Default the api is using replicate=1.
But proxmox-api-go is setting this option to replicate=0 if this option is not set to true.
So the default when using proxmox iso is replicate=0
if !disk.Replicate {
settings = settings + ",replicate=0"
}
The only solution i could find, was this merge request, but its awaiting approval - so we cant really define the replication.
Can someone approve the merge, or is there another solution for this?