Search results

  1. C

    VMs on Synology?

    iSCSI only for all SANs. Sometimes a front server sharing via nfs an iSCSI Lun.
  2. C

    VMs on Synology?

    Hi, Syno for backups yes, and for production storage Dell md3220i, hp p2000 iscsi, equallogic. Christophe.
  3. C

    Proxmox HA - my concept, is it possible

    Hi, High Availability needs fencing. Live migration needs shared storage. You have 2 nodes and no shared storage? Drbd is for you! Now, you have 2 nodes AND shared storage. You need disk space on each node, and one or 2 extra NICs for drbd link. Then : http://pve.proxmox.com/wiki/DRBD...
  4. C

    VMs on Synology?

    Hi, Yes it is! At least via nfs. I haven't tried iSCSI on Syno for such project, but nfs is OK. Syno is rock solid, we use it for backups (vzdump) without any issue. Christophe.
  5. C

    Proxmox 3.3 vs Hyper-v 2012r2 on EMC vnx over FC block access

    Hi, You can safely use "writeback (not safe)" with an EMC SAN or any SAN with a BBU. You can easily compare by moving the VM disk on a local storage, and test again. You should really upgrade to pve 3.3, v2.3 is a bit old nowadays. Christophe.
  6. C

    Proxmox VE 3.3 released!

    Ah, didn't know. Sorry. So now, it's perfect! Christophe.
  7. C

    Proxmox VE 3.3 released!

    Great work! Thank You proxmox team! One note : NoVNC is my prefered feature (forget Java!). BUT : right-click on a VM shows an item "Console", while a click on the topright "console" button drops down a list, allowing to choose... Is there a way to launch a NoVNC console by right-clicking on a...
  8. C

    NoVNC Bug

    Works fine here, at least on Firefox 32, Chrome 37. Safari 7 like yours (server disconnected : 1006). MacBook Pro Retina, late 2013. Proxmox running into virtualbox, a 2 nodes cluster, on the MacBook Pro, and lubuntu VM under proxmox. Christophe.
  9. C

    Cannot move more than one disk by VM at once...

    Sure : done (https://bugzilla.proxmox.com/show_bug.cgi?id=548)! Christophe.
  10. C

    Cannot move more than one disk by VM at once...

    Hi, Move disk is a really, really useful feature! It makes easy to reorganize storage, with VM still running. Great. So, today, we need to move some tens of disks. And because it is not possible to move all disks of a given VM at a time (VM locked while moving first one, and no multiple...
  11. C

    PVE Cluster Node Maintenance Mode?

    Hi, Right, I'm not at work right now but I patched this kind of script to migrate HA managed VMs 'runnig. Stopped ones did not migrate). Thanks, Christophe.
  12. C

    Is it possible to suspend a VM?

    Hi all, I don't want to stop or halt a VM, just freeze it for a few second. I thought "suspend" option was available. It's not! Is it possible to add such an option in a future version? Thanks, Christophe.
  13. C

    High IRQ Load on Win2k8R2

    Yes, and you can also try to fix RAM size. Do not use memory ballooning. We had high load on 2012 RDS farms with ballooning enabled, it is working far better right now with fixed size RAM. Christophe.
  14. C

    WARNING: storage is not online (ISCSI)

    You can REMOVE (rename) your multipath.conf and test again. You can verify many things withd multipatd, beginning with : multipathd show config Don't forget to RTFM. Are you sure about your network switch config? Network cables? Your NICs? Is your NIC EEE (Efficient Energy Ethernet)...
  15. C

    WARNING: storage is not online (ISCSI)

    Hi, You probably don't want multibus (path_grouping_policy) since P2000 is an active / passive SAN. group_by_prio should work a lot better. You should carefully read https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/DM_Multipath/mpio_configfile.html...
  16. C

    Cluster what?

    I have such a cluster (2 nodes), on a MacBook pro + virtualbox! And DRBD, so live migration works fine. BUT, you dont have hardware virtualization inside your guest proxmox : your VMs will run, slowly... But they run. Fine for educational purpose. I tried lubuntu. Yesterday I tried new kernel...
  17. C

    [SOLVED]VM does not want to start?

    Re: VM does not want to start? Found it! Just added "cache=unsafe" in 16000.conf! virtio0: Disques-VMs-PRA:vm-16000-disk-1,size=50G became virtio0: Disques-VMs-PRA:vm-16000-disk-1,cache=unsafe,size=50G And VM boots OK now. A bug when no "cache=" directive is given in .conf? Thanks...
  18. C

    [SOLVED]VM does not want to start?

    Re: VM does not want to start? root@px1-cluster1:~# cat /etc/pve/nodes/px1-cluster1/qemu-server/16000.conf balloon: 512 bootdisk: virtio0 cores: 1 ide2: none,media=cdrom lock: migrate memory: 4096 name: test16000 net0: virtio=62:43:17:E4:43:7A,bridge=vmbr301 ostype: win8 sockets: 1 tablet: 0...
  19. C

    [SOLVED]VM does not want to start?

    Hi all, I have 3 identical servers (IBM x3850 x5) : a cluster of 2, and another isolated one. Some VMs are running on isolated one. Now, I want to join the isolated node to the cluster : - stop VMs running on it, - backup, - restore on cluster, - start VM. VM won't start on any node of the...