Search results

  1. L

    lxc doesn't start properly after upgrade to pve7

    If I start the networking (/etc/init.d/networking start), the network comes up. I can also start ssh then.
  2. L

    lxc doesn't start properly after upgrade to pve7

    Yes, pct enter 138 works. I'm in the container now, but there's no network, which is probably the main problem. I'll dig around to see what I can find.
  3. L

    OVH and Proxmox

    Been in contact with these, but not quite what I'm looking for. I'd like to have more "bare metal" where I can set up my own config, which is why I was hoping OVH would have a suitable offering.
  4. L

    lxc doesn't start properly after upgrade to pve7

    I upgraded my nodes from PVE 6.4 to 7, checked in advance with pve6to7 for any issues and all seemed to have gone well, except I have one container that starts, but not properly. If I do pct start 138, no error is returned, but the container doesn't run, although it's reported as running. ~#...
  5. L

    OVH and Proxmox

    We are looking to add some services in Europe for clients and have been scouting for suitable hosting space. OVH seems to be one of the only options that offer Proxmox hosting. However, from their many options to select from, we can't quite figure out which is the most suitable one. We would...
  6. L

    Support External RBD And CephFS with Erasure Coded Data Pool

    Can one of the Proxmox Staff members give us an indication of how one can set up a bounty for this or better still, how one can contribute resources so this is being implimented please? This is something we really want, but I can't find info on how we could do this.
  7. L

    [SOLVED] PVE 4.4 sources problem

    I have since added the ceph sources to /etc/apt/sources.list.d/cepg.list as deb http://download.ceph.com/debian-jewel jessie main and added the key manually. The pveceph install -version jewel command would have done that I suppose, but since https://git.ceph.com doesn't have the jewel keys...
  8. L

    [SOLVED] PVE 4.4 sources problem

    A thought I had today was if it would be possible to have a newer version of pve (ie v7) and use an older version of ceph (pre bluestore) which doesn't require as much RAM as the bluestore based version do? Would that be possible?
  9. L

    [SOLVED] PVE 4.4 sources problem

    The problem is not actually Proxmox, it's ceph. As soon as I add OSD's to the cluster, the RAM usage goes up and when I add the 3rd node with a couple of drives, the node crash with out of memory errors. I tried a fresh install with PVE 7, which installed fine, but ceph 16 sank the ship. This...
  10. L

    [SOLVED] PVE 4.4 sources problem

    I have also used the exact setting here, but it gives the same results.
  11. L

    [SOLVED] PVE 4.4 sources problem

    I have to reinstall a couple of nodes on a cluster that I cannot upgrade to a newer version because some of the nodes only have 8 GB of RAM, so I need to get the 4.4 sources. However, something is wrong: ~# cat /etc/apt/sources.list deb http://ftp.debian.org/debian jessie main contrib #...
  12. L

    [SOLVED] VLAN bridge problem with gateways

    I have added the VLAN's and made the ports hybrid. For some reason "trunk" disconnected things (probably because we are using VLAN 1). The problem has been solved now.
  13. L

    [SOLVED] VLAN bridge problem with gateways

    It's a Mellanox switch on which none of the VLAN are set up because I'm not limiting VLANs to specific physical ports. Do you think that I have to do something special on the switch to get VLAN traffic to be allowed? Simply tagging ip packets with a VALN tag should be enough, not?
  14. L

    [SOLVED] VLAN bridge problem with gateways

    However, your answer does not solve my problem in the first instance. Any assistance you can offer there?
  15. L

    [SOLVED] VLAN bridge problem with gateways

    Ok, that is what I was thinking when I started out on this effort. But even inside the vms I can't get a network connection or ping the other ip adresses on the VLAN (35 in this case) which doesn't make sense to me.
  16. L

    [SOLVED] VLAN bridge problem with gateways

    Another issue that I note it that Proxmox doesn't seem to be aware that there are multiple networks on these nodes. I see that when I try to add a gateway to the bridge for VLAN 35 for example, I get an error saying there's a gateway already. But the gateway it displays is for a different...
  17. L

    [SOLVED] VLAN bridge problem with gateways

    As a followup question: Is it enough that I create the VLAN on the enf7f0 nic or should I also tag the bridge interface with vlan 35 when I assign the bridge vmbr4 to a VM NIC?
  18. L

    [SOLVED] VLAN bridge problem with gateways

    I have a situation where I need different networks for different application groups on a single pmx cluster. To achieve that I have added VLAN's to the config as below. I have repeated the config on each node of the cluster. I have various virtual machines that are configured on the various...
  19. L

    [SOLVED] Cannot read remotely mounted backup datastore

    No. Like I said higher up: "I'd like to use Proxmox Backup Server 2 to store some backups from other clusters here." It's all a test at this stage. We use clusters in different geographical locations and this "test" cluster is in yet another location. But as you can see from my previous...