Re: [Users] odd issues with vzmigrate

2019-05-16 Thread Arjit Chaudhary
Hi, I was able to resolve the prlctl migrate issue by removing the installed rsync (was a newer version from epel) and manually installing the one available from OpenVZs repository. Re: Live Migrate, On my side, I have the same issue with live migration, even if both the servers are 1:1 in

Re: [Users] odd issues with vzmigrate

2019-05-16 Thread jjs - mainphrame
I've noticed that live migration stopped working for me on OVZ 7 as well. It used to work. heck, even in openvz 6 it worked. I posted here after noticing the issue, and was advised that live migration between intel and amd CPUs was problematic. So yesterday I bit the bullet, and swapped my OVZ

Re: [Users] odd issues with vzmigrate

2019-05-16 Thread Arjit Chaudhary
Oddly enough the issue is present on another server now, I have created a bug report for it now, https://bugs.openvz.org/projects/OVZ/issues/OVZ-7091?filter=allopenissues [root@de23 ~]# prlctl migrate 16764 192.168.0.2 --ssh "-o Port=22" --verbose 10 Logging in server

Re: [Users] Changing System Time from container under OpenVZ 7

2019-05-16 Thread jjs - mainphrame
Hi Konstantin, With commercial Virtuozzo, we deployed containers to various lans, where each container served ntp, among other things.The host itself is isolated. Removal of this capability brings about a dead end scenario. Is there some other way to accomplish the ntp server duties moving

Re: [Users] Changing System Time from container under OpenVZ 7

2019-05-16 Thread Nethub Online - Ming
Hi Konstantin, Yes, in fact I will install NTP in hardware node instead if it is not possible to run NTP service in CT. :) As I know for secure environment and better stability, OpenVZ recommends that users install fewer applications in hardware node as possible, so that I wanted to do so. On

Re: [Users] OpenVZ 7 orchestration

2019-05-16 Thread Konstantin Khorenko
On 05/16/2019 04:10 PM, Jehan Procaccia wrote: > Hello, > > we have the need to let users start/stop openvz7 containers > > we could probably create local scripts that allow users (from our ldap > directory, not anyone in the world !) with sudo to do that. > > but I know automation/orchestration

[Users] OpenVZ 7 orchestration

2019-05-16 Thread Jehan Procaccia
Hello, we have the need to let users start/stop openvz7 containers we could probably create local scripts that allow users (from our ldap directory, not anyone in the world !) with sudo to do that. but I know automation/orchestration tools exist out there (Kubernetes for example ...) is

Re: [Users] Changing System Time from container under OpenVZ 7

2019-05-16 Thread Konstantin Khorenko
On 05/16/2019 02:29 PM, Nethub Online - Ming wrote: > Hi Konstantin, > > It is because we want to setup a NTP server in CT, and then let other servers > to update their system time via ntpdate from this CT. However after install > NTP server in this CT, it > is unable to start NTP service. Hi

Re: [Users] Changing System Time from container under OpenVZ 7

2019-05-16 Thread Nethub Online - Ming
Hi Konstantin, It is because we want to setup a NTP server in CT, and then let other servers to update their system time via ntpdate from this CT. However after install NTP server in this CT, it is unable to start NTP service. 於 2019年5月16日 下午5:25,"Konstantin Khorenko" 寫道: > On 05/15/2019 05:11

Re: [Users] Changing System Time from container under OpenVZ 7

2019-05-16 Thread Konstantin Khorenko
On 05/15/2019 05:11 AM, Nethub Online - Ming wrote: > Hi all, > > In OpenVZ 6 users guide ( > https://download.openvz.org/doc/OpenVZ-Users-Guide.pdf ), it allows me to > change hardware node system time from container by command "vzctl set 101 > --capability sys_time:on --save" > > However I