similar to: openvz driver

Displaying 20 results from an estimated 100 matches similar to: "openvz driver"

2020 Oct 02
2
[RFC] Adding a char set converter to Support library
Hi! On z/OS, there is the need to convert strings from EBCDIC to UTF-8 and vice versa. Using the POSIX iconv functions has some challenges, so I created a small wrapper around this functionality to get the same result on all platforms. This functionality is required for reading and writing GOFF object files and can also be used in the frontend. I put up the code on Phabricator
2020 Oct 02
2
Memory mapping assumptions in RuntimeDyld
Hi! Implementing the Memory::allocateMappedMemory() function on z/OS, I see a failure in the AArch64 COFF test case. The test case has 3 sections. For each section, Memory::allocateMappedMemory() is called to reserve memory. If the distance between the pointers gets too large, then the test case fails. It can be reliable produced with a distance of 1MB between the pointers. An easy way to
2020 Jun 10
9
RFC: Adding support for the z/OS platform to LLVM and clang
As part of IBM’s ongoing efforts to improve the z/OS ecosystem, our current plans involve adding support for the z/OS platform to LLVM and Clang. Our goal is to have a viable C and C++ LLVM compiler and runtime library that generates code for, and runs on z/OS. Long term, we expect to have a compiler and library that supports the platform more fully. We intend to support the native character
2024 Mar 14
3
Adding storage capacity to a production disperse volume
Hi, This is the first time I have tried to expand the storage of a live gluster volume. I was able to get another supermicro storage unit for a gluster cluster that I built. The current clustered storage configuration contains five supermicro units. And the cluster volume is setup with the following configuration: node-6[/var/log/glusterfs]# gluster volume info Volume Name: researchdata
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
My understanding is that dynamically linking should pose no problem, but I am no lawyer. On Linux, glibc is also under LGPL license, and LLVM usually links against it. (There is really no need for us to depend on libiconv. If it is deemed to risky, then I can dropped it.) From: Anton Korobeynikov <anton at korobeynikov.info> To: Kai Peter Nacke <kai.nacke at de.ibm.com> Cc:
2020 Apr 18
1
CentO 8 and nftables default policy
I had the same problem. If you are not using virtual machines then # systemctl disable libvirtd works and is easily reversible. Alan On 18/04/2020 23:03, Alessandro Baggi wrote: > Il 17/04/20 11:01, Alessandro Baggi ha scritto: >> Hi list, >> >> I'm studying nftables. I'm using CentOS 8.1 (Gnome) and I disabled >> firewalld. I noticed that a default
2002 Sep 18
1
unlink data file in cups_job_submit
With samba-2.2.5, cups-1.1.14, and printcap=cups, I find that I have to explicitly clean up old print data files in /var/spool/samba with a cron job. With a traditional LPR, we use -r to tell lpr to remove the file for us after the file is spooled. With cups, we send it over ipp, and I think we should then unlink the data file ourselves. Does this seem right? --- print_cups.c~ Thu May
2007 May 10
1
CentOS 5.0: Xen vs OpenVZ
Hi all, I've just installed CentOS 5.0 on two brand new server, and it's time for me to migrate a few virtual machines from the old servers. The old servers are running CentOS 4.4 + OpenVZ; I'm quite happy with this setup: fast safe and simple (for my experience as of now :) ) Also is very easy to migrate one virtual machine to a server to another for maintenance/reboots. I've
2007 Oct 11
1
OS Virtualization: Linux-VServer and OpenVZ
Greetings, So, anyone on this list using OS Virtualization? I've been using OpenVZ for about 1.5 years. I also have some experience with Linux-VServer. In my experience, if you want to do Linux on Linux, both OpenVZ and Linux-VServer offer native performance, better scalability, and higher density than VMware, Xen or KVM... although I must admit I haven't actually tried KVM yet. If
2006 Jul 17
1
Running OpenVz inside Xen
Hi, Let us say that I have a VT enabled Xen virtualization system with the ability to run unmodified kernels. So can I run OpenVz inside one of the Guest Oses? Theoretically I can''t find a reason why OpenVz cannot run inside Xen, since Xen provides full virtualization of the resources, but I just need to make sure. Thanks. _______________________________________________
2010 Jan 21
1
Recent openvz kernels unstable?
Has anyone else running heavily loaded openvz boxes noticed strange behavior with the latest kernels? Ever since updating to the latest *.164* kernels, we have mysterious machine lock ups. Sometime there will be an oops message, other times there will be none. The oops messages aren't the same when we manage to get one. Sometimes a machine will just drop off network without even a blip on
2011 Mar 07
1
diskspace and diskinodes tag for openvz
Hi! as far as I understood from "xml format for openvz driver" thread available at [1] it should be possible to specify via libvirt disk size and disk inodes for openvz VM.But the following device section in VM xml description doesn't set disksize and diskinodes properly (it looks like those parameters are taken from default OpenVZ config and not as they are specified in
2010 Dec 15
0
OpenNode (CentOS + OpenVZ + KVM) Management Server preview is now available
Hi, We have been releasing first public preview of OpenNode Management Server and its ajax Web Management Console. OpenNode host (eg bare-metal OpenNode ISO installer) is basically a CentOS + OpenVZ + KVM + libvirt + func mashup with customized installer - while OpenNode Management Server provides central management features based on func and libvirt layer and including a RPC API server + ajax
2010 Feb 12
1
virt-manager and openvz
hi, on main page of libvirt i can see that there's support for OpenVZ. how can i connect with virt-manager to an OpenVZ machine? im using virt-manager 0.8.2 Thanks, angbosch
2010 Mar 02
0
Libvirt and openvz?
I just recently started using openvz and I'm trying to use libvirt/virsh with it. I followed the directions on page: http://libvirt.org/drvopenvz.html But I get an error trying to run define with the example config file: virsh define virt.conf error: Failed to define domain from virt.conf error: unknown OS type exe I'm using libvirt 0.7.2. Does anyone have more example
2011 Mar 04
1
ifname in openvz container
Hi! Is there any way to specify ethernet device name to be created inside the openvz container? I could find such info at http://libvirt.org/formatdomain.html#elementsNICS. If I do as below I get br0 as ethernet device inside VM whereas I'd like it to be eth0. $ cat ovz.xml <domain type='openvz' id='144'> <name>144</name>
2011 Mar 04
0
wrong domain type for openvz
Hi! Is there any progress on issue mentioned in [1]? I mean the issue when xml file has VM type as openvz but 'virsh dumpxml <VMID>' returns domain type qemu. I still have issue in libvirt-0.8.8. BR, Nikolay. [1] http://osdir.com/ml/libvir-list/2009-07/msg00635.html
2011 Mar 07
1
openvz specific values for domain/devices tag
Hi! Could you, please, point me to where I can read about possible values for domain/devices tag in case of OpenVZ? I couldn't find such info at [1] whereas e.g. filesystem is mentioned at [2] but not at [1]. Thanks! Nikolay. [1] http://libvirt.org/formatdomain.html#elementsDevices [2] http://libvirt.org/drvopenvz.html
2014 Aug 13
1
Support live migration of OpenVZ container
Hi libvirt team, I was trying to migrate an OpenVZ domain from one host to another host. It seems that the live migration of OpenVZ container is there ( https://openvz.org/Migration_from_one_HN_to_another), but it haven't been integrated to libvirt yet. In particular, I ran the following commands and it failed: $ sudo virsh migrate --live --verbose --undefinesource 101 openvz+ssh://
2010 Sep 03
4
openvz
Can i run asterisk on a openvz vps or do i need a kernel? I dont use dadi