Search results

  1. N

    Raspberry PI 4

    Hey guys, Has anyone tried to run this on a raspberry pi 4? Will it run on a RPI4? Thanks, Michael
  2. N

    NFS create storage failed: error with cfs lock 'file-storage_cfg'

    It depends on what you are trying to share so in my case I was sharing a folder from 192.xxx.xxx.xxx:/cfsstor/backups <- Check permissions on the NFS Server Share and then also check on the Proxmox in the location of the share mount which should be similar to /mnt/pve/folder_here for some reason...
  3. N

    Windows doesn't boot

    Thanks WhiteStarEOF but I got it fixed not sure exactly how though, o_O I fixed it, all I did was rebooted all 3 hosts and it works now.
  4. N

    Windows doesn't boot

    Hey Guys, This is driving me crazy, I installed proxmox in a 3 node cluster a few days ago everything was going fine and then I had a hiccup. I got past that and about two hours ago. Now when I try to boot into a windows vm I get the following: to be honest this makes no sense as to...
  5. N

    NFS create storage failed: error with cfs lock 'file-storage_cfg'

    I had the same issue, for some reason proxmox doesn't like the 755 set on the directory it wants 777 that's dangerous world writable.
  6. N

    pvecm add

    I have already fixed the issue sorry it was driving me crazy.
  7. N

    pvecm add

    This is not stable at all I have installed 3 times and it has hung everytime on different servers, I installed on my lab, I installed a customer site then today again at another customer site this needs fixed for real. Not only does it hang but it screws up the whole cluster ... really super...
  8. N

    New Cluster Install

    Hello eoinkim, I am not certain what's going on here I searched google on how to share a local storage device to the cluster. The guide I followed told me to do it that way so I did. If you have a better solution I am all ears. I just don't want to waste the space and I don't have any...
  9. N

    New Cluster Install

    Hello Everyone, I have a disk drive that is in one of the hosts it's 4tb and I have completed the following steps: 1 - fdisk -l 2 - cfdisk /dev/sdb1 3 - pvcreate /dev/sdb1 4 - vgcreate CFSTOR /dev/sdb1 5 - vgs # you should see something similar to below: # root@ohpro02:~# vgs VG...
  10. N

    Really slow NIC speeds

    I have never used the guest agent, I always have had good luck with the VMs running natively. The config I posted earlier is the way I configure all of the VMs. Let me know if you need anything else.
  11. N

    Really slow NIC speeds

    I had this issue and I tried installing the VirtIO Drivers and could never get them to work. Then I changed the driver from VirtIO to e1000 and the rate is now acceptable it's still not optimum but it's working much better. Hope this helps, Michael
  12. N

    Happy New Year

    Happy New Year to all the Staff, May the New Year bring new surprises. Michael
  13. N

    Proxmox VE Trainings

    It would be nice to have a Midwest one in North America, Indianapolis, Columbus, Chicago, Detroit areas in specific. Just Sayin'
  14. N

    Cores CPUs Threads

    Sorry it took me so long to answer, I didn't get an alert that you responded to me. Yes you would in effect be giving the VM 16 cores. Let me know if you need anything else. Michael
  15. N

    Losing SSH Keys Arbitrarily

    This makes no sense as to why this would happen. First I lost or it said my ssh key on node 3 changed. I couldn't figure out why and got frustrated and just moved the VMs off of it and rebuilt it and moved them back after, everything was fine for about 2 weeks. Then node 5 lost it's ssh key now...
  16. N

    Adding a node to existing cluster

    root@cfPM5:~# pvecm status Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster? Cannot initialize CMAP service root@cfPM5:~# pvecm add 172.16.32.2 detected the following error(s): * this host already contains virtual guests Check if node may join a cluster...
  17. N

    Cores CPUs Threads

    So also remember that with 4 core 8 threads in any operating system it presents as an 8 core server. Found this out when I bought an intel NUC and couldn't figure out why it reported 8 cpus instead of 4. 4 core with 4 threads would be 4 core, 4 core with 8 threads 8 core...I don't understand it...
  18. N

    Proxmox VE 5.1 2nd ISO release

    Guys this is a rolling release which means versioning would be at x.x.1, x.x.2 and so on. I work in an industry where we have a versioning system similar to this. It's fine just keep up with bug fixes and features list.
  19. N

    Importing Existing KVM qcow2 Virtual Machines

    This is what I used and it worked very well, I am not sure what you were using before but I would assume it's the same concept across all platforms. The main thing is converting with qemu convert tool. I used winSCP to copy the images to the nodes themselves...
  20. N

    Question for the Gurus in here

    Hello Everyone, I am loving proxmox so far everything is working to my satisfaction. I am able to do a lot of things that I had with KVM but it's easier in Proxmox. However I noticed when I install a new node the the ZFS part is failing on startup. Something about ZFS Shared...