Search results

  1. P

    Multiple public subnets

    Hello, I need to setup a production cluster of 5 nodes. I need to configure 4 public IP subnets to assign to LXC. I want to be able to migrate any LXC to any node. Do I need to create 4 bridges (on all nodes) one for every subnet and assign LXC to them so if container migrate they will find...
  2. P

    Asking suggestions for network switch

    Hello, I am going to co-locate a 5 node cluster in a DC. I will use 3 separate networks interfaces as recommended: - 1 Gbps eth for Internet - 1 Gbps eth for Cluster corosync - 10 Gbps eth for Ceph hyper-converged The cluster may grow in the future or I can add another cluster to reach 15...
  3. P

    Persistent LXC container options

    +1 I agree noatime option for LXC would be great. Proxmox is a good choice for people who wants low overhead so optimising performance with noatime seems really needed
  4. P

    HA and IP migration

    Hello, I am back on this topic after a long time. Yes I know I will have to manually migrate containers. It is not clear to me how networking and public IPs are managed. Will Proxmox do routing/forwarding between nodes or I have to manage it with other software like Openvswitch? Thank you
  5. P

    LXC + LVM disk full. How to shrink LV ?

    Hello, I recently moved from proxmox 3 to 5.1 and I am a newbie with LVM. I have a disk full issue, we have 16 LXC with 20GB disks but data LV is only 143GB (My bad ! I know). Current status is: PV VG Fmt Attr PSize PFree /dev/sda3 pve lvm2 a-- 222.75g 15.86g LV...
  6. P

    HA and IP migration

    Hello, I am planning/studying to build one HA cluster to manage LXC containers with live migration. My containers will have multiple public static IPs assigned. In case of failure of one node containers will be migrated to a healthy one, but I do not understand how networking (IP addressing)...
  7. P

    Migrate VMware (esxi) to Promox

    Anyone has the procedure to move a Linux ESXI VM to a Proxmox container?
  8. P

    OSD Creation issues

    Thank you for your reply. First install was done with pve-enterprise (OVH image template) then I moved to pvetest repo. I am a newbie with Ceph. Your ceph server documentation gives only commands to install/create/add with pveceph. But when things go wrong it is not explained how to delete or...
  9. P

    OSD Creation issues

    Hello, I am testing to install Proxmox5 on a OVH dedicated server ( EG - 64G E5-1650v3 ) I have 2 SSD disks. I have issues on creating OSD, as I get a 100MB partition. - ceph version 12.1.1 I already tried to zap the disk with both: - ceph-disk zap /dev/nvme1n1 or (as found in...