Search results

  1. S

    Moving VM from one server to an other one

    1. Backup 2. Move Backup file to new server 3. Restore specifying a new ID. This should work. Serge.
  2. S

    Questions regarding Proxmox and Dell Power Edge VRTX

    I meant did you use the standard stock source for the 3.12 kernel with only the SPERC8 patches or did you also add the Proxmox specific server patches? Serge
  3. S

    OS Location on RAID 10

    I read somewhere that vz "should" not be relocated. I do not do it but some people appear to have had success though. A more experienced user may be able to clarify this for you. Serge
  4. S

    OS Location on RAID 10

    It is not really important if you only have one server/disk for testing purposes as everything will be installed there. I would place the KVM containers on shared storage if you have a cluster of servers. Vz containers remain on the same partition as the system. Serge
  5. S

    Questions regarding Proxmox and Dell Power Edge VRTX

    I notice you use a special kernel 3.12. Did you have to apply the pve kernel patches to get it going? Serge
  6. S

    kvm hotplug info

    Thanks. I am not familiar with git and your initial link was sending me to the initial patch (with the typo). I will go to sleep less dumb tonight.;) Thanks for your patience. Serge
  7. S

    kvm hotplug info

    The link sends me to the file and it still contains: + xtype: 'pveWindowEdit', + subject: gettext('Hotplog'), Serge
  8. S

    kvm hotplug info

    I do not see this in the git yet. Has it been committed or am I missing something. Serge.
  9. S

    Chrome/ium without NPAPI - how to use console?

    Is there a test file I can get for No VNC? I was never able to get SPICE or VNC working correctly with my setup and I did not want to re-install my desktops. I would not mind being a beta tester for Proxmox NoVNC. Serge
  10. S

    To Proxmox Devs-CephFS/MDS

    I have looked into patching but, unfortunately, I am not familiar with how things work for submitting patches. I looked at the GIT repository but everything is broken down and is interdependent. (from what I can see) The build brings it all into working files. Can you please recommend a site...
  11. S

    Thanks. Is there still a limit of only one MDS? I was hoping for some redundancy as well. Serge

    Thanks. Is there still a limit of only one MDS? I was hoping for some redundancy as well. Serge
  12. S

    ceph-performance and latency

    I've been looking since rhel7 was released and there is no information (that I could find) from the OpenVZ developers on when they will start with the new kernel. Shouldn't there be already a beta kernel or something? Serge
  13. S

    Proxmox VE 3.2 on 3 nodes + Ceph - rbd error

    You need to do this one as well: http://www.jamescoyle.net/how-to/1253-manually-mount-a-ceph-storage-pool-in-proxmox Serge
  14. S

    Hi Symmcom, It looks like you are the only one in the forum who was able to setup a MDS in...

    Hi Symmcom, It looks like you are the only one in the forum who was able to setup a MDS in Proxmox. I read your posts and can't figure out how to manually set it up under proxmox under /etc/pve. I left another message in the thread. I thought I would leave you a visitor message to get your...
  15. S

    Proxmox VE Ceph Server released (beta)

    Any idea on how to manually create a MDS on Proxmox under /etc/pve?
  16. S

    Proxmox VE Ceph Server released (beta)

    I thought it was also necessary to have at least one MDS? Could you modify your steps to have this added if I am correct? Thanks, Serge
  17. S

    AD and no LDAP over SSL.

    Just to confirm on how to apply this patch (or any other patch): 1. copy the patch code above into a file (patch1.diff). 2. type the command as root: patch -p1 -i patch1.diff /etc/pve/Auth/AD.pm Am I correct? Serge
  18. S

    ceph health issue

    So you HAD a 3-node Ceph cluster. You removed one node and now have a (possibly broken) 2-node Ceph cluster. How did you remove the node? Please describe your cluster BEFORE and AFTER removing the node. As well, can you tell us what you have now in the Ceph Monitor page and OSD? Serge
  19. S

    ceph health issue

    Looks like you have one monitor down and possibly 2 OSD with issues. Do you see anything in the Proxmox Web interface for the Ceph Monitors and OSD pages? Serge
  20. S

    Backups

    I get Proxmox to email me on backups. This is why you entered an email when you first installed it. The email I receive tell me success or failures and usually why. I have a 3-node PVE Cluster and backup 3 KVM and 6 VZ virtual machines once a week on Saturday. Everything is live and I have...