Re: NFS on RDMA

2021-02-10 Thread Daan Hoogland
Hean, sound like a cool feature (a bit late in my reply, sorry) I think as far as cloudstack is concerned the feature would be adding nfs options (shouldn't be rdma specific) I don't think we support that right now. On Thu, Dec 24, 2020 at 2:30 AM Hean Seng wrote: > HI > > Is there any way to mo

SystemVMs default gateway

2021-02-10 Thread Pieter Koorts
Hello, Are SystemVM's meant to have a default gateway? When I SSH directly into the SSVM, I can see it is attached to 3 networks (management, guest, loopback) however there is no gateway set so they are unable to ping externally to the outside world. Was having trouble uploading templates an

Re: Kubernetes 1.19+

2021-02-10 Thread Abhishek Kumar
Hi Cristian, I tried to deploy a k8s cluster with k8s version 1.19.7 but it seems to be failing, probably while trying to deploy networking for the cluster. I'll try to debug the issue and will update. Regards, Abhishek From: [email protected] Sent: 25

Re: CS Kubernetes & persistent storage

2021-02-10 Thread Daan Hoogland
sorry for the late answer Niclas, We don't have a solution in ACS for him right now. You probably want to share access to a mount on some persistent storage across VMs so a k8s container can move between VMs and still work on the same data. I don't think a zone wide storage or any other means in AC

Re: SystemVMs default gateway

2021-02-10 Thread Pieter Koorts
Okay, so I figured out why my system VM's are unable to route traffic. Our network is pretty basic in CloudStack. We have a single shared guest network VLAN2, when I bring up the zone, the system VM's get an IP address from the defaultGuestNetwork which is a routable network on our core route

Re: CS Kubernetes & persistent storage

2021-02-10 Thread Niclas Lindblom
Thanks Daan, I ended up using Rook Ceph file system across a 3 node cluster with a virtual disk attached to each vm. Works pretty well so far and I can recommend anyone with the same requirement to check it out. Regards Niclas > On 10 Feb 2021, at 22:59, Daan Hoogland wrote: > > sorry for