Search results

  1. S

    Restricting a VM to failover to a specific host (DRS)

    Hi all, I have a proxmox cluster with 3 nodes. I have Windows Data center licenses for the *2* proxmox nodes and I have a few windows server VMs on this cluster, on the licensed hosts. How can I restrict proxmox from migrating windows VMs to the unlicensed host (when I have a failure)? Is...
  2. S

    Proxmox cluster with SAN storage

    Hi all, Thanx for the answer. If we use the LVM over iSCSI solution, does this mean that we can't backup a VM, because we don't have snapshots? One more stupid question. When we say that LVM over iSCSI can be shared storage for proxmox, does this mean that all proxmox machines can see a single...
  3. S

    Proxmox cluster with SAN storage

    Hi all, We would like to setup 10 new servers in a proxmox cluster in order to run our workloads (VMs). We also have an 100TB EMC storage that will be used for storing VMs (over iSCSI at 10G). I would like to know what is the suggested storage setup for our hardware and setup in order to have...
  4. S

    Intel Xeon Gold iommu/ACS support on Proxmox5.0

    Hi all, I would like to ask if Proxmox 5.0 supports IOMMU/ACS for passthrough ethernet adapters (intel XL710) when the hardware is a new Dell R740 with Xeon Gold 6126 (of course, I don't have the HW yet or I would try myself). The new Xeon Gold family does not state VT-d support or ACS support...
  5. S

    Proxmox5.0 / VM will not boot from CDROM

    Well, it took me a day or so to realize the relevance of such a small detail :-) It works now! thank you very much, Sp
  6. S

    Proxmox5.0 / VM will not boot from CDROM

    Proxmox5.0 is a test setup on a vmware hypervisor with nested virt enabled. Is it possible that this is the culprit? Sp
  7. S

    Proxmox 5.0/Ceph luminus "rbd error: rbd: couldn't connect to the cluster!"

    Not actually! I did not actually see the note.. I guess i missed it because it has much text :-) I just tried the example and it worked, because "ceph.client.admin.keyring" actually exists and i thought "if i need not change the source, why change the destination? ". Perhaps before the note give...
  8. S

    Proxmox5.0 / VM will not boot from CDROM

    I just noticed that proxmox 4.4 uses SeaBios 1.9, while proxmox5.0 has SeaBIOS1.10. When SeaBIOS1.9 boots, I can see it tries to boot from harddisk and fails (becuase there is no OS) and then it goes to cdrom and network and I can see all these tries. When SeaBIOS 1.10 (proxmox5.0) boots, it...
  9. S

    Proxmox5.0 / VM will not boot from CDROM

    Hi all, I am creating a VM with a centos iso installed as a CDROM (ide2) and the VM will not boot from cdrom. The seaBIOS sits there doing nothing. I am doing the same thing on proxmox4.4 and the VM boots just fine from the same iso. The VM options look the same on both proxmox 4.4 and 5.0...
  10. S

    Proxmox 5.0/Ceph luminus "rbd error: rbd: couldn't connect to the cluster!"

    Worked! thanx! Please make it more clear in the docs. sp
  11. S

    Proxmox 5.0/Ceph luminus "rbd error: rbd: couldn't connect to the cluster!"

    Hi all, I'm getting the error: "rbd error: rbd: couldn't connect to the cluster!" when i create a VM with rbd storage from GUI. I have installed the client keyring in /etc/pve/priv/ceph/my-ceph-storage.keyring. # rbd ls -p images #returns no error. The "images" is the pool I have created. #...