similar to: Introducing snf-image-creator

Displaying 20 results from an estimated 1000 matches similar to: "Introducing snf-image-creator"

2015 Jun 19
2
boot loader detection
Hello, I was looking for a way to detect the installed boot loader of an image and I found this: https://github.com/arvidjaar/bootinfoscript This script will inspection a lot of things on a running system and will output a Report. The most interesting part is that it uses known Master and Volume Boot Record byte-patterns to determine the installed boot loader:
2014 May 22
0
Synnefo open source cloud stack, now available for CentOS
Hello everybody, we are happy to announce that since v0.15.1, Synnefo is available for the CentOS distribution via our official RPM packages. For those unfamiliar with Synnefo [1], it is a complete open source cloud platform built on top of Google Ganeti [2], with OpenStack APIs. Synnefo is written in Python from scratch. CentOS is the first RPM-based distro officially supported, and for CentOS
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository https://bugzilla.redhat.com/show_bug.cgi?id=512358 Signed-off-by: Alan Pevec <apevec at redhat.com> --- common-blacklist.ks | 9 +++++++++ common-pkgs.ks | 3 +++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 7c19aa4..2f8842f 100644 ---
2016 Nov 10
0
FOSDEM 2017: Call For Proposals -- Virtualization & IaaS DevRoom
======================================================================= The call for proposals is now open for the Virtualization & IaaS devroom at the upcoming FOSDEM 2017, to be hosted on February 4, 2017. This year will mark FOSDEM’s 17th anniversary as one of the longest-running free and open source software developer events, attracting thousands of developers and users from all over the
2009 Aug 28
1
How to create a windows vm with ganeti2.
Hi ! I''m tryng to install a windows instance to a ganeti cluster. For the moment, i have configured ganeti2, i have created a debian instance with debootstrap OS, i have created a windows instance with xen commands, with a HVM processor. I have already initialize too my cluster with HVM and PVM option. However, i can''t create a windows vm with ganeti2. my command is:
2009 Jun 25
8
Xen network tune for fileserver in DomU
Hello, gentlemen I need wise advice about how to tune  network for performance usage file server under domU I use bridged network. On dom0 network settings are: auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 up /etc/xen/scripts/network-bridge start bridge=br0 netdev=eth0 up ifconfig br0 up #up route add default gw
2009 Jun 22
3
How to boot Ubuntu 9.04(Jaunty) or Debian Lenny (vmlinuz-2.6.26-2-686-bigmem) as domU under Lenny''s vmlinuz-2.6.26-2-xen-686 as dom0. PVM''s initrd issue
Hello, I guess it possible distro specific issue but is it resolvable? I have one node(testing purpose) ganeti 2.0.1 cluster installed over Debian5 Lenny. Almost everything from distro repositories. Only ganeti 2.0.1 and ganeti-debootstrap are from sources. I have it successful run with vmlinuz-2.6.26-2-xen-686 and initrd.img-2.6.26-2-xen-686 from repositories. Both Dom0 and DomU are use the
2011 Jan 20
2
debian 6 squeeze / xen 4 / ganeti troubles
hi community, after installing (debian 6) squeeze, roughly following the installation guide on the xen (and ganeti) websites (using the aptitude pm for xen4 and genati2) i have run into a very strange ?bug? - ?annoyance? on my main node (xeon e5506 on a supermicro X8DTL-i). while booting up the system with the xen 4 boot wrapper, the sequence suddenly stops for what seems to be "no
2012 Sep 09
1
Addition of Eucalyptus to IaaS section
Hello there, I?m not sure if this is the right mailing list, but I?d like to see if we can add Eucalyptus to the IaaS page here: http://libvirt.org/apps.html#iaas Please let me know what is required in order to add us? Thanks very much, *_________________________* *Eric Choi - *Product Marketing *Eucalyptus Systems* www.eucalyptus.com +1 508 348-9778 Follow us on Twitter
2013 Oct 22
11
Guest to Host communication
Hi, My name is Jose and I work at Google on the Ganeti project. I am using Xen 4.0. I would like to ask your advice on what you think is the best way to send data between the guest and the host, for example, the guest OS tells Ganeti that it wants to be reinstalled at reboot time. Even a simple integer suffices for our purposes. We have considered adding a new device, such as, a char/block
2012 Jun 04
1
hi
hi sir, i want to develop the small private cloud i.e iaas(infrastructure as a service) using XEN. so i want the information to start up from scratch. because i am new to this area.i want the sequence of documnets and downloads from start. if any personnel mail is there that is also welcome. awaiting your early reply. Confidentiality Notice The information contained in this electronic message
2014 Dec 02
2
[PATCH 1/5] Remove extra space in inspect-fs-unix.c
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> --- src/inspect-fs-unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c index 01a59f1..f55e53b 100644 --- a/src/inspect-fs-unix.c +++ b/src/inspect-fs-unix.c @@ -58,8 +58,8 @@ COMPILE_REGEXP (re_scientific_linux, "Scientific Linux.*release
2013 Nov 05
2
[PATCH stable-1.24] Fix fstab block device resolution for FreeBSD
The device name prefix for IDE hard drives used to be `ad' but now is `ada' (http://www.freebsd.org/doc/handbook/disks-naming.html). For virtio hard drives it is `vtbd'. Under an MBR partition table a slice will be used, so the name of the first partitions will be either `ada0s1a' or `vtbd0s1a'. Under a GPT partition table, where no slice is needed, the name of the first
2015 Feb 18
1
[PATCH] Fix a bug in e2fsck execution code
Use commandrvf() instead of commandvf() to execute e2fsck. A non-zero exit status does not always indicate a failure. Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr> --- daemon/ext2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/ext2.c b/daemon/ext2.c index 65ddae6..8ef6d5f 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -296,9 +296,9 @@ do_e2fsck
2014 Dec 03
2
Re: [synnefo-devel] Re: [PATCH 1/5] Remove extra space in inspect-fs-unix.c
Hello, I've been trying to run the tests from master, before applying my patches and it's not not working. I always get this: # make -C tests/mountable check make: Entering directory `/root/src/libguestfs/tests/mountable' make test-internal-parse-mountable make[1]: Entering directory `/root/src/libguestfs/tests/mountable' make[1]: `test-internal-parse-mountable' is up to
2002 Aug 14
1
Firewall, PDC and access restriction
Hi ! I installed a SNF 7.20 firewall and a Samba/Debian PDC. I wonder if it's possible to restrict web/ftp/mail access according to user's group ... (the only way I now would be to restrict access according to IP adresses but I'm not interrested in this solution). Is there a way to do it with Samba (I guess no but any idea would help ...) Thanks.
2006 Apr 16
0
Predict nls new data with se.fit snf intervals
Using R to predict.nls() using new data, `se.fit' and `interval' are ignored." . Is there any update for this? Anybody has those routine or may advise me how to do that? Thanks [[alternative HTML version deleted]]
2012 Feb 07
1
Grub options for dom0
Hello guys, I am setting up dom0. I have read that is recommended restricting one cpu for dom0. In the xen wiki there''s a list of grub parameters http://wiki.xen.org/wiki/Xen_Hypervisor_Boot_Options but it seems deprecated? http://groups.google.com/group/ganeti/browse_thread/thread/a18979bdd00f6461 Do you guys use this option (maxcpus) as shown here as well?
2017 Aug 08
2
How are bricks healed in Debian Jessie 3.11
Hi, How are bricks healed in Debian Jessie 3.11? Is it at the file of block level? The scenario we have in mind is a 2 brick replica volume for storing VM file systems in a self-service IaaS, e.g. OpenNebula. If one of the bricks is off-line for a period of time all the VM files systems will all have been modified when brick comes back on-line. As some of these VM file systems are quite
2016 Oct 20
2
libguestfs and exporting to OVA/OVF
Hi I've been looking for a standalone tool to create OVA/OVF VM files based on a disk image and found none. So I was thinking to write my own. Would you be interested in having such a tool in the libguestfs umbrella ? My aim is too have a free toolchain to build VirtualBox images for Debian (for Vagrant to be more exact, see https://wiki.debian.org/Teams/Cloud/VagrantBaseBoxes) Interface for