Hey,
I am super not familiar with how the outlook add-on system works, but it would have to just talk to the PMG api. Probably with a configured token, either way, that isn't really something that is implemented on the PMG side AFAICT.
Yes, you'd need to create a VM config manually across the clusters. Note that sharing configuration and disks across clusters is not something that is officially supported, or tested. It should work with immutable type of VM such as a Template...
A cluster file system should remain stable, even in case of hardware failure. I did read that thread and the point is that there was data unavailability that simply allows the OS to continue in a corrupted state. They didn’t know why only that it...
This will change as soon as qemu remove it's gluster support. Which will happen at some point otherwise they wouldn't have deprecated it. And maintaining a qemu fork is a whole different beast than continueing to ship a storage plugin.
This topic has been brought up multiple times in the forum, but I do not recall if there was a good outcome, at this moment.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Update, in case anyone needs it, if you have 2 Proxmox clusters in Proxmox Datacenter Manager, you can migrate between clusters by choosing the remote destination, node, storage, and network.
Hi,
I am trying to configure an iSCSI bridge to a tape drive (ATTO XstreamCore 8100T) on my PBS 4.2.1.
My tape is seen by the PBS:
lsscsi -g
[0:2:0:0] disk DELL PERC H730P Mini 4.27 /dev/sda /dev/sg0
[12:0:0:0] tape IBM...
download.proxmox.com should be accessed via http, not https. Which is reserve to enterprise.proxmox.com as you see in the certs details.
The packages themselves are signed via GPG and verified with the key present on the host via the package...
You cannot use https for non enterprise repositories.
Change https to http to fix the errors.
https only available for enterprise as it needs to do auth but all other repositories do not need auth and thus the proxmox staff have decided a long...
Thanks for sharing the outcome. This is a useful finding for anyone testing HA with shared iSCSI storage.
One additional recommendation for POC environments is to perform repeated failover and failback testing after changing the storage...
You cannot use https for non enterprise repositories.
Change https to http to fix the errors.
https only available for enterprise as it needs to do auth but all other repositories do not need auth and thus the proxmox staff have decided a long...
Thanks for sharing the workaround.
You can mark the thread as solved by editing your post and selecting '[SOLVED]' from the drop-down menu next to the title.
This article may be of some help:
https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Ok, glad you figured that out on your own!
For future reference there is a small guide on the possible ways to attach a SAN-type storage to Proxmox, see [1]
[1] https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE#Storage_boxes_(SAN/NAS)
@j.theisen. I have just read that LVM-Thin is NOT supported/recommended for shared iSCSI in a cluster (especially with HA). Metadata is not cluster-aware and this kind of corruption is a known risk. I am running LVM-Thin in this configuration...
Hi @southwalesowl
thanks for posting in the forum!
Can you please share your /etc/pve/storage.cfg and the journal for the time period of the simulated outage for both hosts?
Yours sincerely
Jonas
I have 2 Proxmox hosts configured and an additional QDevice so that I can configure HA. Each host has 4 physical NICS. I have 2 of them configured with static I.Ps, on different subnets, for iSCSI and I have multipathing configured. I have HA...