Search results

  1. V

    [SOLVED] VM Crashing

    Best practise is to have cores equally spread across sockets. i.e. total physical cores 12 cores/ 2 sockets = max 6 cores per socket. total physical cores 24/ 2 sockets = 12 cores per socket etc This does not include hyper threading as those cores don't actually exist they are just additional...
  2. V

    Store VM application data locally vs in a NAS

    Hi nununo NFS in my opinion is a better protocol than SMB 1 or 2 which is the default for a long time, but one draw back of NFS is that if the PVE initiator drops connection with NAS it will create queued up IO and eventually crash PVE trying to reconnect if there is a network issue. CIFS/...
  3. V

    Backups

    HI RCD See below: Ok it sounds like you know what you would like to do. This could be achieved with a USB drive and USB pass through to the VM The only other way to have a scratch disk and attach to a VM is either as a virtual drive or over a file share from within another VM or external file...
  4. V

    Scaling beyond single server. Suggestion wanted.

    Hi dsh My 2 cents. Ceph = object storage DRBD = 1:1 or 1:N replication DRBD Simple vs CEPH complicated. If Ceph breaks it could mean no data. If DRBD breaks it just stops replicating you can still use your data on 1 host while troubleshooting issues. CEPH support from ProxMox directly...
  5. V

    Store VM application data locally vs in a NAS

    Hi all Keep things simple. If local PVE storage is SSD use it to run VM and application inside VM. Connect the NAS with CIFS share to PVE as a backup destination to backup the VM’s Backup VM > NAS share on a schedule Set backup compression to save space. Data lives in VM and VM is backed up -...
  6. V

    [SOLVED] VM Crashing

    Agree with LnxBil I would also set virtio as the SCSI storage adaptor. Set storage cache to pass through The VM Kernel is panicking which can be a few things. How many phisical sockets does the server have? How many cores? How many cores and sockets does the VM have? More info and maybe a...
  7. V

    Additional IPs through Proxmox

    Hi JRshaw Have you checked the FW on the VM in PVE? Disable IP tables in the centos VM too. Make sure it’s disabled for testing as a troubleshooting steps. Have you set DNS in the /etc/resolve.conf If not you set a name server on the adaptor eth0 or in the above mentioned file. For testing add...
  8. V

    Backups

    Hi RCD If you have external storage or can create another pool locally of slower disks that’s your best bet. Anything else is going to be a headache to manage. If you can create another local pool with slower drives for backup sweet. On this pool you can create a file server cantos vm and do...
  9. V

    can we configure the number of threads of a cpu for any given vm cpu?

    Hi all Coming from a VMware background I’ve never heard of assigning threads as it’s emulation within the cpu for an additional data path. 2 x paths for data to travel on per core theoretically allowing parallel processing to happen. But the core still only processes one path at a time...
  10. V

    NIC loses connectivity after backup job

    I still have a feeling the drop is happening due to high load during the backup cycle. Normally there is a iSCSI time out and if this is reached by the initiator the connection will drop and won't come back as there will be built up IO requests, hence why the reboot is required to reconnect...
  11. V

    NIC loses connectivity after backup job

    Ok so what’s the free nas box being used for if there are no backups going to it? I’ve seen network connections drop when there is too much disk IO or load on the CPU. Are you running spinning disks or SSD locally? What is the nas box running spinning disk or ssd? How big is the network...
  12. V

    NIC loses connectivity after backup job

    What’s using 192.168.1.66?
  13. V

    Scaling beyond single server. Suggestion wanted.

    Hi dsh I agree with czechsys using Linbit drbd is a good option and can work with 2 or more hosts of various types so dont all need to be the same. We are currently speaking with Linbit our selves and should be testing DRBD and Linstore module by the end of this year. What’s your network...
  14. V

    Difficulties with VLAN in network configuration of Proxmox VE 5.4

    Hi Joogser A few points if I may. 1. Your initial post excluded the primary hyperviser being used which is hyper-v, this is a major exclusion from the problem your asking to be solved. This is a ProxMox forum not hyper-v if you need help configuring hyper-v this this would be best asked on a...
  15. V

    Difficulties with VLAN in network configuration of Proxmox VE 5.4

    the correct solution for nested would be more inline with this: https://www.jeffreykusters.nl/2018/05/22/vlans-vxlans-ospf-nested-vmware-homelab/ the same principals still apply for all hypervisors. not sure if i remember reading why you need this to work in Hyper-V is it just for testing ...
  16. V

    Difficulties with VLAN in network configuration of Proxmox VE 5.4

    It might have something to do with promiscuous mode of the network not allowing for additional encapsulation of nested network packets for different vLans. This is a VMware link but would assume the issue is the same on Hyper-V or with any nested hypervisor...
  17. V

    [SOLVED] local-lvm is not working after joining the cluster

    Ok but does this just mean that the cluster should be created before adding shared storage otherwise the VM config needs to be backed up and restored on the single node if cluster is created after Vm’s Already exist on node. Have I summarised correctly ? “”Cheers G
  18. V

    [SOLVED] local-lvm is not working after joining the cluster

    That’s ok I totally understand that only HA allows for Vm’s To be migrated live and fail over. Can you please point me in the direction of the correct documentation to be able to run Vm’s Both locally and on shared storage on the same host. Obviously only the Vm’s Running On shared storage...
  19. V

    [SOLVED] local-lvm is not working after joining the cluster

    I will thank you. Appreciate the heads up on the cluster add. Is there a way to run VM’s both locally and on shared storage? I just assumed it worked in a similar fashion to VMware where both local and shared storage can be used at the same time and when adding a host to a cluster no config...
  20. V

    Migrating from a single machine setup to another single machine setup

    Hi Wouter Hope you don’t mind if i chime in with some questions. Are you keeping the physical host in the same DC? Are the VM’s on the host allocated an IPv4 public address? I’ve never seen a public address allocated to a rack they are normally allocated to a DataCentre location and are...