Search results

  1. S

    [pci-passthrought] add graphic-card to a vm.

    Is it turned on in the BIOS? Serge
  2. S

    [SOLVED] Uploaded template cache missed in dropdown menu

    Do a "chmod 540" on the template that isn't visible. chmod 540 /var/lib/vz/template/cache/ubuntu-14.04-i386-tgt-chef-v1412.tar.gz That is the immediate visible difference I can see. Serge
  3. S

    Ceph OSD failures on good drives

    Thanks Paul. I would be surprised if it is a driver issue: I have 4 of the WD Red 1TB 2.5" and only one fails as a Ceph OSD. I have 2 of the Fujitsu 1 TB 3.5" and only one fails as a Ceph OSD. I will look again in /var/log/syslog to see if there is a hint specific to the kernel and scsi...
  4. S

    Ceph OSD failures on good drives

    I have a three-node up-to-date (no subscription) Proxmox cluster home lab with AMD 8-core CPUs, RAID card X8 sata in JBOD and 1 SSD for the system. Network is 1Gbps on unmanaged switches. Each node is also used as a 4-OSD Ceph node with an isolated 2 x 1Gbps NICs bonded Round-Robin redundant...
  5. S

    64 bit precreated debian 7.0 template is 7.6/7.7 and upstart

    You misunderstood me. You can use these containers within Proxmox. However, if you need the container to be modified, you have to do it yourself, ask on the OpenVZ community or google it. Serge
  6. S

    64 bit precreated debian 7.0 template is 7.6/7.7 and upstart

    Those are OpenVZ templates and not Proxmox. I think the OpenVX forum will be able to help you with some answers. Serge
  7. S

    Internal network like Oracle Virtualbox INTNET ?

    I suggest you add a confirmation step after step 4. 5. If network confirmation not received in [TIME PERIOD] then revert configuration back to where it was. This should help autocorecting errors. Serge
  8. S

    Change IP on hypervisor

    Have you tried to change: root@beauty:/etc/pve# cat .members { "nodename": "beauty", "version": 9, "cluster": { "name": "sthlm-proxmox", "version": 8, "nodes": 2, "quorate": 1 }, "nodelist": { "beast": { "id": 1, "online": 1, "ip": "10.6.6.46"}, "beauty": { "id": 2, "online": 1, "ip"...
  9. S

    Unable to install PROXMOX 3.x on HP DL380 G9 (UEFI)

    Easiest answer: Install 3.1 then upgrade. Serge
  10. S

    Trying to get Ceph working

    Is Giant stable? How to update from Firefly to Giant on Proxmox without screwing up? There are no How-to specific to Giant and the other How-Tos do not give a step-by-step approach for Proxmox. I find them confusing as they make assumptions that you know what commands to use at which step. I...
  11. S

    Move vm between 2 separate clusters

    Backup, move to other cluster (in a location that has backups), restore. Serge
  12. S

    Proxmox 3.3 Web Interface - Change NIC Type does not create a new MAC Address

    Do you ever need or want to change the virtual NIC from a I1000 Intel to Virtio, for example? When I do that, the MAC address does not change and for some reason, TFTP PXE Boot fails. If I re-create the NIC, it works. I was under the impression that different NIC model require different MAC...
  13. S

    Proxmox 3.3 Web Interface - Change NIC Type does not create a new MAC Address

    I believe this is a small issue in the Web Interface. Issue: On an existing VM with a configured NIC, changing the NIC type does not change the MAC address. Result: TFTP PXE boot not functioning on network boot. This is a repeatable issue. Existing VM with configured NIC. TFTP PXE Boot...
  14. S

    mount.nfs: requested NFS version or transport protocol is not supported

    Port 2049 is usually used for nfs server. I do not see it in your list. I'll check at home when I get there after work and give you some more hints. Anyone can provide help? Serge
  15. S

    mount.nfs: requested NFS version or transport protocol is not supported

    Looks like you have a port conflict. Use rpcinfo -p | grep nfs to find out which port is used for nfs and then use the port numbers to see if any duplicate exists. Serge
  16. S

    mount.nfs: requested NFS version or transport protocol is not supported

    /storage/nfs-zfs does not appear in your exports file. Serge
  17. S

    Installing on LSI MegRAID SAS (ServeRAID M1015) , no boot

    Try to change the state to the drive you wish to use as bootable... Serge
  18. S

    Unable to get ceph-fuse working

    You need to create a mds. Please see: http://forum.proxmox.com/threads/20090-Installing-Ceph-MDS-on-Proxmox Serge
  19. S

    Parallels container migration and Proxmox Repositories

    It is the same but just using the no-subscription repository. On a new installation, remember to login with SSH and do a "apt-get update", "apt-get upgrade". Serge
  20. S

    Parallels container migration and Proxmox Repositories

    Just press enter when the dialog shows up. It only is displayed once at logon to the Web GUI. This will not show when you buy a Subscription. Serge