All of lore.kernel.org
 help / color / mirror / Atom feed
* [XCP]: RC1 of XCP 0.5 available for testing
@ 2010-06-11 20:27 ` Dave Scott
       [not found]   ` <81A73678E76EA642801C8F2E4823AD21807FFE696B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
                     ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Dave Scott @ 2010-06-11 20:27 UTC (permalink / raw)
  To: 'xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org',
	'xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org',
	'xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'

Hi everyone,

The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is 
now available for testing from:

http://www.xen.org/products/cloud_source_0.5.html

XCP-0.5 is intended to be a *stable* release, suitable for long-term production use.
Please download this release candidate and give it a thorough workout!

Cheers,
Dave

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [XCP]: RC1 of XCP 0.5 available for testing
       [not found]   ` <81A73678E76EA642801C8F2E4823AD21807FFE696B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
@ 2010-06-12 21:13     ` Marco Sinhoreli
  2010-06-13 19:57       ` [Xen-API] " Dave Scott
  0 siblings, 1 reply; 21+ messages in thread
From: Marco Sinhoreli @ 2010-06-12 21:13 UTC (permalink / raw)
  To: Dave Scott
  Cc: xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR,
	xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR,
	xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR

Hi Dave,

What are the features and the bugfixes in this new release?

Cheers!

On Fri, Jun 11, 2010 at 5:27 PM, Dave Scott <Dave.Scott-mvvWK6WmYclDPfheJLI6IQ@public.gmane.org> wrote:
> Hi everyone,
>
> The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is
> now available for testing from:
>
> http://www.xen.org/products/cloud_source_0.5.html
>
> XCP-0.5 is intended to be a *stable* release, suitable for long-term production use.
> Please download this release candidate and give it a thorough workout!
>
> Cheers,
> Dave
>
> _______________________________________________
> xen-api mailing list
> xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org
> http://lists.xensource.com/mailman/listinfo/xen-api
>



-- 
Marco Sinhoreli

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: [Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-12 21:13     ` Marco Sinhoreli
@ 2010-06-13 19:57       ` Dave Scott
  0 siblings, 0 replies; 21+ messages in thread
From: Dave Scott @ 2010-06-13 19:57 UTC (permalink / raw)
  To: 'Marco Sinhoreli'; +Cc: xen-devel, xen-users, xen-api

[-- Attachment #1: Type: text/plain, Size: 7503 bytes --]

Hi Marco,

XCP 0.5 is primarily intended to be a bugfix release. However it does have 2 new features:

1. CPU feature masking (via Intel FlexMigration and AMD-V Extended Migration)
   -- this allows you to (eg) "down-level" a new server to make it look the same as an old server. The machines can then be joined to the same pool and you can be sure that live migrations will work fine.

2. the ability to create and upload ISO images (provided the underlying SR is itself writable)

Here's a short summary of the bugfixes, per area, since 0.1.1:

Toolstack:

fix a race in the Host_patch record update logic
Revert c/s 594:41501bb83b18 (session caching stuff)
Fix XenAPI performance degradation caused by RBAC
Support for likewise 5.3 error codes
Add first-class field for openvswitch distributed controller
Fix PIF_metrics glitch when xapi is restarted
Fix ballooning bug where a domain's maxmem gets out of sync in the no ballooning required case (ie dynamic_min = dynamic_max)
Fix terrible error message when a 'rhlike' guest (eg CentOS) cannot be installed because of a missing file
Read-only RBAC roles can call pool.ha_compute_hypothetical_max_failures_to_tolerate
vswitch: the MAX address of the tagged PIF for VLAN fake-bridge
any PAM user should be able to log-in when external auth is disabled
robustify VBD unpause in the case when the device disappears
Make sure we can't VBD.plug while lvhd_stop_using_these_vdis is in progress
Make it possible to use new memory APIs on templates as well as VMs
Always allow dom0 to be ballooned even if other domUs cannot be ballooned
Resync Host_cpu tables with physical h/w on restart
Fix memory glitch when a domain is paused (eg while being resumed)
Fix a deadlock in the RRD code
Fix a glitch where xapi would set PV-drivers-up-to-date to false on restart
Extend VM.clone and VM.copy to work on snapshots and checkpoints
Add "Xen API SDK" template: using this to install from the main CD should result in a simulator
Work around broken vendor kernels by forcing all PV guests to use slow resume during checkpoint operations
Fix periodic backup of RRD data: broken by fork/exec daemon
Fix occasional HTTP request failure caused by failing to read all request headers from an HTTP PUT
Improve the RRD behaviour when the system clock moves backwards
When importing VM metadata, if the VM was Running then the new state should be Halted (not Running)
vswitch: fix bringing up VLAN PIFs
When deciding which host to forward a VDI.copy to (eg when installing a VM to a different SR), take into account host liveness
SRIOV: on reboot, always hotplug PCI devices into guests in the order specified in the (original) other-config key
Fix bug where 'xe pif-scan' could pick up non-physical interfaces such as vif backends (!)
Avoid leaking a domain in the case where a storage backend fails during resume
Allow VCPU settings to be changed on a template
Allow the CLI to change a Host's name-description
Work around firewalls which kill idle TCP connections by inserting empty blocks every 5s or so
Fix segfault in fork/exec daemon
Accept ISO8601 dates without a timezone, assume UTC (XMLRPC spec problems)

Dom0 kernel:

Fix deadlock in software raid by importing upstream fixes.
Enable CONFIG_NET_SCH_INGRESS
ensure gratuitous frames sent on bond link failure are truly benign
Allow large MTU to be configured on netback vif device from hotplug script.
pciback: fixes for SR-IOV passthrough to PV guests.
Fix iSCSI last_recv timestamp hijacking in iscsi_xmit.
Prevent iSCSI transport timeout checks from spinning.
Refresh Intel NIC drivers from http://e1000.sf.net
Do not restrict netback to the first 2k of each RX buffer.
Backport xenbus_watch_pathfmt which is used in place of xenbus_watch_path2 in pvops kernels.
compile pciback in the kernel (not as a module)

xen (3.4.2):

EPT/PoD locking fix 
Backport upstream patch to support syslinux configuration files in pygrub.
add AES to the HVM CPUID whitelist.
Import upstream patch to improve pygrub compatibility with grub2.
Upgrade gPXE to 1.0.0
don't complain too loudly about mixed-CPU migrations.
new bypercall to get the unmasked CPUID feature bits
Mask CPUID masks with unmasked CPUID responses.
drop CRC bytes from RX frames in the gPXE rtl8139 driver.
hvm: correct time offset update in RTC write emulation
Import xentrace patches from unstable, retry
pygrub: Fix grub2 support when config is on a separate /boot partit
Added patch to fix network booting from Bootix serverion
quieten per-cpu logging and increase dmesg buffer size.
import Intel changes to FlexMigration
trace possible incorrect use of SPIN_LOCK_UNLOCKED
With OOS enabled, check l1 and rewalk if it's changed just before propagation.
improve support for grub2 and reiserfs/ext4
CA-40782: Sort out interactions between PoD and log-dirty on EPT.
pygrub: Fix Grub2 support for Ubuntu 10.04

storage plugins

Fix SAS dynamic device removal/addition behaviour
Fix race in waiting for LUNs to appear. 
if we fail to remove a devmapper node, leave the LV symlink
retry on failures during "dmsetup remove" (since most of those are transient)
Run NFS slave callout before unlinking parent VHD.
Activate the dm-multipath node before calling vdi_attach
enable single snapshots (1 leaf instead of 2), which would have been needed for online leaf-coalesce
Make VDI.introduce on LUN-per-VDI backends set managed=true on the  VDI.
Add Multi-IQN wildcard support to the iSCSI target discovery functionality.
fix a journal file race
use the BAT information to minimize the space requirements of coalesce
fix the space requirement calculation in vdi_snapshot
make vhd-util log errors to syslog (except for vhd-util scan).
log some diagnostic info when LV fails to get activated
fix the clone rollback call params
Ensure that root dev does not get re-probed when refreshing the SCSI host bus.
Report the correct number of iSCSI sessions when the MultiIQN wildcard is being used.
don't trust LVM when it says a LV doesn't exist: still check if the devmapper node and/or symlink do exist and delete them manually
Restore set_scheduler device name for multipathed nodes.
VM template should only be created when snapshotting via vm-snapshot-with-quiesce.
zero out the footer area of the LV when rolling back inflates

Cheers,
Dave


> -----Original Message-----
> From: Marco Sinhoreli [mailto:msinhore@gmail.com]
> Sent: 12 June 2010 22:13
> To: Dave Scott
> Cc: xen-api@lists.xensource.com; xen-devel@lists.xensource.com; xen-
> users@lists.xensource.com
> Subject: Re: [Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
> 
> Hi Dave,
> 
> What are the features and the bugfixes in this new release?
> 
> Cheers!
> 
> On Fri, Jun 11, 2010 at 5:27 PM, Dave Scott <Dave.Scott@eu.citrix.com>
> wrote:
> > Hi everyone,
> >
> > The first release candidate of the Xen Cloud Platform (XCP) version
> 0.5 is
> > now available for testing from:
> >
> > http://www.xen.org/products/cloud_source_0.5.html
> >
> > XCP-0.5 is intended to be a *stable* release, suitable for long-term
> production use.
> > Please download this release candidate and give it a thorough workout!
> >
> > Cheers,
> > Dave
> >
> > _______________________________________________
> > xen-api mailing list
> > xen-api@lists.xensource.com
> > http://lists.xensource.com/mailman/listinfo/xen-api
> >
> 
> 
> 
> --
> Marco Sinhoreli

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-11 20:27 ` [XCP]: RC1 of XCP 0.5 available for testing Dave Scott
       [not found]   ` <81A73678E76EA642801C8F2E4823AD21807FFE696B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
@ 2010-06-14 14:22   ` George Shuklin
  2010-06-15 10:18     ` Re: [Xen-users] " Keir Fraser
  2010-06-15 17:54   ` Martinx - ジェームズ
  2010-06-24 10:31   ` Dave Scott
  3 siblings, 1 reply; 21+ messages in thread
From: George Shuklin @ 2010-06-14 14:22 UTC (permalink / raw)
  To: Dave Scott
  Cc: 'xen-devel@lists.xensource.com',
	'xen-users@lists.xensource.com'

В Птн, 11/06/2010 в 21:27 +0100, Dave Scott пишет:

> http://www.xen.org/products/cloud_source_0.5.html
> 
> XCP-0.5 is intended to be a *stable* release, suitable for long-term production use.
> Please download this release candidate and give it a thorough workout!
> 

I found third (on my count) bug:

If we set up VM memory limits like this (on shutdowned machine):

xe vm-memory-static-range-set max=1048MiB min=96MiB vm=test
xe vm-memory-dynamic-range-set max=1048MiB min=96MiB vm=test
xe vm-memory-target-set vm=nonballoon target=110MiB
... and start VM. We found it take about 96Mb of RAM.

And if we starts to change it with xe vm-memory-target-set command, we
can increase, but can not cut memory down until about 230Mb (from 500 to
300 - ok, from 300 to 150 - no).

I thinks this have some relation with code in in
drivers/xen/balloon/balloon.c:

static unsigned long minimum_target(void)
...
        if (max_pfn < MB2PAGES(128))
                min_pages = MB2PAGES(8) + (max_pfn >> 1);
        else if (max_pfn < MB2PAGES(512))
                min_pages = MB2PAGES(40) + (max_pfn >> 2);
        else if (max_pfn < MB2PAGES(2048))
                min_pages = MB2PAGES(104) + (max_pfn >> 3);
        else
                min_pages = MB2PAGES(296) + (max_pfn >> 5);
...

I think, those numbers are unreasonable (especially around 2Gb limit).

---
wBR, George.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: [Xen-users] [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-14 14:22   ` George Shuklin
@ 2010-06-15 10:18     ` Keir Fraser
  0 siblings, 0 replies; 21+ messages in thread
From: Keir Fraser @ 2010-06-15 10:18 UTC (permalink / raw)
  To: George Shuklin, Dave Scott
  Cc: 'xen-devel@lists.xensource.com',
	'xen-users@lists.xensource.com'

On 14/06/2010 15:22, "George Shuklin" <nge@narod.ru> wrote:

> static unsigned long minimum_target(void)
> ...
>         if (max_pfn < MB2PAGES(128))
>                 min_pages = MB2PAGES(8) + (max_pfn >> 1);
>         else if (max_pfn < MB2PAGES(512))
>                 min_pages = MB2PAGES(40) + (max_pfn >> 2);
>         else if (max_pfn < MB2PAGES(2048))
>                 min_pages = MB2PAGES(104) + (max_pfn >> 3);
>         else
>                 min_pages = MB2PAGES(296) + (max_pfn >> 5);
> ...
> 
> I think, those numbers are unreasonable (especially around 2Gb limit).

I never thought putting policy like that in the kernel driver was a good
idea. Its intention is to stop stupid users echoing unrealistic targets into
/proc/xen/balloon. Possibly these checks could be removed, made configurable
on the kernel command line, or only applied to target changes via /proc,
leaving updates via xenstore unchecked.

There's a whole very unproductive argument around this as to whether policy
belongs in a kernel (hard to change, but maybe knows more about the VM),
versus in a higher-level toolstack (easier to change, maybe knows less about
the VM); safety vs flexibility; blah blah blah.

 -- Keir

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-11 20:27 ` [XCP]: RC1 of XCP 0.5 available for testing Dave Scott
       [not found]   ` <81A73678E76EA642801C8F2E4823AD21807FFE696B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
  2010-06-14 14:22   ` George Shuklin
@ 2010-06-15 17:54   ` Martinx - ジェームズ
  2010-06-18 17:46     ` [Xen-devel] " Marco Sinhoreli
  2010-06-24 10:31   ` Dave Scott
  3 siblings, 1 reply; 21+ messages in thread
From: Martinx - ジェームズ @ 2010-06-15 17:54 UTC (permalink / raw)
  To: Dave Scott; +Cc: xen-devel, xen-users


[-- Attachment #1.1: Type: text/plain, Size: 818 bytes --]

Hi!

 The XCP have some kind of storage vmotion, like in VMWare?!
 If not, I believe that the librsync can help you guys in inplementing this!
 Today I'm doing this "storage vmotion" manually with rsync and it works!

Cheers!
Thiago

On 11 June 2010 17:27, Dave Scott <Dave.Scott@eu.citrix.com> wrote:

> Hi everyone,
>
> The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is
> now available for testing from:
>
> http://www.xen.org/products/cloud_source_0.5.html
>
> XCP-0.5 is intended to be a *stable* release, suitable for long-term
> production use.
> Please download this release candidate and give it a thorough workout!
>
> Cheers,
> Dave
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

[-- Attachment #1.2: Type: text/html, Size: 1404 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [Xen-devel] [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-15 17:54   ` Martinx - ジェームズ
@ 2010-06-18 17:46     ` Marco Sinhoreli
  2010-06-18 19:37       ` Dave Scott
  0 siblings, 1 reply; 21+ messages in thread
From: Marco Sinhoreli @ 2010-06-18 17:46 UTC (permalink / raw)
  To: Dave Scott; +Cc: xen-devel, xen-users

Hi Dave:

I'm trying the XCP 0.5 rc1 from ISO CD image but it isn't booting.

Cheers!

2010/6/15 Martinx - ジェームズ <thiagocmartinsc@gmail.com>:
> Hi!
>  The XCP have some kind of storage vmotion, like in VMWare?!
>  If not, I believe that the librsync can help you guys in inplementing this!
>  Today I'm doing this "storage vmotion" manually with rsync and it works!
> Cheers!
> Thiago
>
> On 11 June 2010 17:27, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
>>
>> Hi everyone,
>>
>> The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is
>> now available for testing from:
>>
>> http://www.xen.org/products/cloud_source_0.5.html
>>
>> XCP-0.5 is intended to be a *stable* release, suitable for long-term
>> production use.
>> Please download this release candidate and give it a thorough workout!
>>
>> Cheers,
>> Dave
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>



-- 
Marco Sinhoreli

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: [Xen-devel] [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-18 17:46     ` [Xen-devel] " Marco Sinhoreli
@ 2010-06-18 19:37       ` Dave Scott
  2010-06-18 19:55         ` Cristian Vásquez Parga
  2010-06-18 21:32         ` Marco Sinhoreli
  0 siblings, 2 replies; 21+ messages in thread
From: Dave Scott @ 2010-06-18 19:37 UTC (permalink / raw)
  To: 'Marco Sinhoreli'; +Cc: xen-devel, xen-users

[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]

Hi Marco,

> Hi Dave:
> 
> I'm trying the XCP 0.5 rc1 from ISO CD image but it isn't booting.

Could you double-check the md5 of the iso just in case?

I'm hoping to upload an RC2 RSN with at least two more fixes:
1. bug #1614: losing vcpu weight/cap settings after a migrate/resume
2. a workaround for pool.designate_new_master failing when xapi tries to save large amounts of performance data

Cheers,
Dave

> 
> Cheers!
> 
> 2010/6/15 Martinx - ジェームズ <thiagocmartinsc@gmail.com>:
> > Hi!
> >  The XCP have some kind of storage vmotion, like in VMWare?!
> >  If not, I believe that the librsync can help you guys in
> inplementing this!
> >  Today I'm doing this "storage vmotion" manually with rsync and it
> works!
> > Cheers!
> > Thiago
> >
> > On 11 June 2010 17:27, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
> >>
> >> Hi everyone,
> >>
> >> The first release candidate of the Xen Cloud Platform (XCP) version
> 0.5 is
> >> now available for testing from:
> >>
> >> http://www.xen.org/products/cloud_source_0.5.html
> >>
> >> XCP-0.5 is intended to be a *stable* release, suitable for long-term
> >> production use.
> >> Please download this release candidate and give it a thorough
> workout!
> >>
> >> Cheers,
> >> Dave
> >>
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xensource.com
> >> http://lists.xensource.com/xen-devel
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
> >
> 
> 
> 
> --
> Marco Sinhoreli

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: RE: [Xen-devel] [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-18 19:37       ` Dave Scott
@ 2010-06-18 19:55         ` Cristian Vásquez Parga
  2010-06-18 21:32         ` Marco Sinhoreli
  1 sibling, 0 replies; 21+ messages in thread
From: Cristian Vásquez Parga @ 2010-06-18 19:55 UTC (permalink / raw)
  To: Dave Scott; +Cc: xen-devel, Marco Sinhoreli, xen-users


[-- Attachment #1.1: Type: text/plain, Size: 2264 bytes --]

where i can download the XCP 0.5 rc1?, i want to try it, now  i'm work in a
XPC 0.1.1.

I can do xcp 0.1.1 upgrade?

2010/6/18 Dave Scott <Dave.Scott@eu.citrix.com>

> Hi Marco,
>
> > Hi Dave:
> >
> > I'm trying the XCP 0.5 rc1 from ISO CD image but it isn't booting.
>
> Could you double-check the md5 of the iso just in case?
>
> I'm hoping to upload an RC2 RSN with at least two more fixes:
> 1. bug #1614: losing vcpu weight/cap settings after a migrate/resume
> 2. a workaround for pool.designate_new_master failing when xapi tries to
> save large amounts of performance data
>
> Cheers,
> Dave
>
> >
> > Cheers!
> >
> > 2010/6/15 Martinx - ジェームズ <thiagocmartinsc@gmail.com>:
> > > Hi!
> > >  The XCP have some kind of storage vmotion, like in VMWare?!
> > >  If not, I believe that the librsync can help you guys in
> > inplementing this!
> > >  Today I'm doing this "storage vmotion" manually with rsync and it
> > works!
> > > Cheers!
> > > Thiago
> > >
> > > On 11 June 2010 17:27, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
> > >>
> > >> Hi everyone,
> > >>
> > >> The first release candidate of the Xen Cloud Platform (XCP) version
> > 0.5 is
> > >> now available for testing from:
> > >>
> > >> http://www.xen.org/products/cloud_source_0.5.html
> > >>
> > >> XCP-0.5 is intended to be a *stable* release, suitable for long-term
> > >> production use.
> > >> Please download this release candidate and give it a thorough
> > workout!
> > >>
> > >> Cheers,
> > >> Dave
> > >>
> > >> _______________________________________________
> > >> Xen-devel mailing list
> > >> Xen-devel@lists.xensource.com
> > >> http://lists.xensource.com/xen-devel
> > >
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> > >
> > >
> >
> >
> >
> > --
> > Marco Sinhoreli
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>



-- 
Cristian Vásquez Parga
Experto Linux
Especialista en proyectos de virtualizaciòn
blog: apnea.zaetachile.cl
cvasquez@zaetachile.cl

[-- Attachment #1.2: Type: text/html, Size: 3888 bytes --]

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [Xen-devel] [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-18 19:37       ` Dave Scott
  2010-06-18 19:55         ` Cristian Vásquez Parga
@ 2010-06-18 21:32         ` Marco Sinhoreli
  1 sibling, 0 replies; 21+ messages in thread
From: Marco Sinhoreli @ 2010-06-18 21:32 UTC (permalink / raw)
  To: Dave Scott; +Cc: xen-devel, xen-users

Hi Dave:

The md5 is right. I think the ISO has some problem.

Cheers,

On Fri, Jun 18, 2010 at 4:37 PM, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
> Hi Marco,
>
>> Hi Dave:
>>
>> I'm trying the XCP 0.5 rc1 from ISO CD image but it isn't booting.
>
> Could you double-check the md5 of the iso just in case?
>
> I'm hoping to upload an RC2 RSN with at least two more fixes:
> 1. bug #1614: losing vcpu weight/cap settings after a migrate/resume
> 2. a workaround for pool.designate_new_master failing when xapi tries to save large amounts of performance data
>
> Cheers,
> Dave
>
>>
>> Cheers!
>>
>> 2010/6/15 Martinx - ジェームズ <thiagocmartinsc@gmail.com>:
>> > Hi!
>> >  The XCP have some kind of storage vmotion, like in VMWare?!
>> >  If not, I believe that the librsync can help you guys in
>> inplementing this!
>> >  Today I'm doing this "storage vmotion" manually with rsync and it
>> works!
>> > Cheers!
>> > Thiago
>> >
>> > On 11 June 2010 17:27, Dave Scott <Dave.Scott@eu.citrix.com> wrote:
>> >>
>> >> Hi everyone,
>> >>
>> >> The first release candidate of the Xen Cloud Platform (XCP) version
>> 0.5 is
>> >> now available for testing from:
>> >>
>> >> http://www.xen.org/products/cloud_source_0.5.html
>> >>
>> >> XCP-0.5 is intended to be a *stable* release, suitable for long-term
>> >> production use.
>> >> Please download this release candidate and give it a thorough
>> workout!
>> >>
>> >> Cheers,
>> >> Dave
>> >>
>> >> _______________________________________________
>> >> Xen-devel mailing list
>> >> Xen-devel@lists.xensource.com
>> >> http://lists.xensource.com/xen-devel
>> >
>> >
>> > _______________________________________________
>> > Xen-devel mailing list
>> > Xen-devel@lists.xensource.com
>> > http://lists.xensource.com/xen-devel
>> >
>> >
>>
>>
>>
>> --
>> Marco Sinhoreli
>



-- 
Marco Sinhoreli

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: [XCP]: RC1 of XCP 0.5 available for testing
  2010-06-11 20:27 ` [XCP]: RC1 of XCP 0.5 available for testing Dave Scott
                     ` (2 preceding siblings ...)
  2010-06-15 17:54   ` Martinx - ジェームズ
@ 2010-06-24 10:31   ` Dave Scott
       [not found]     ` <81A73678E76EA642801C8F2E4823AD218080C98A3B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
  3 siblings, 1 reply; 21+ messages in thread
From: Dave Scott @ 2010-06-24 10:31 UTC (permalink / raw)
  To: 'xen-api@lists.xensource.com',
	'xen-devel@lists.xensource.com',
	'xen-users@lists.xensource.com'

Hi everyone,

The second release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from:

http://www.xen.org/products/cloud_source_0.5.html

The changes since the RC1 are:

* VCPU weight/cap/affinity are now preserved over VM migrate, resume
* CLI command 'xe get-vms-which-prevent-evacuation' now follows the usual CLI pattern and '--minimal' works as expected
* Failure to manually change the pool master when there is a large amount of RRD data has been fixed[1]
* pygrub now supports ext4 filesystems
... leading to ...
* experimental support for Ubuntu Lucid Lynx 10.04[2]

Please download and test! :)

[1] if there are a large number of RRD datasources (eg corresponding to a large number of VLANs) then the RRD XML becomes large and serializing it will fail. This failure nolonger causes the pool master transition to fail but it does prevent the XML being saved to disk. Hopefully this will be fixed in the unstable branch for the next release.

[2] thanks to Alex Zeffertt, David Markey and Ian Campbell for sorting this out. Note that you should select the network install option if you are using a console like OpenXenManager.

Cheers,
Dave


> -----Original Message-----
> From: Dave Scott
> Sent: 11 June 2010 20:28
> To: 'xen-api@lists.xensource.com'; 'xen-devel@lists.xensource.com';
> 'xen-users@lists.xensource.com'
> Subject: [XCP]: RC1 of XCP 0.5 available for testing
> 
> Hi everyone,
> 
> The first release candidate of the Xen Cloud Platform (XCP) version 0.5
> is
> now available for testing from:
> 
> http://www.xen.org/products/cloud_source_0.5.html
> 
> XCP-0.5 is intended to be a *stable* release, suitable for long-term
> production use.
> Please download this release candidate and give it a thorough workout!
> 
> Cheers,
> Dave

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [XCP]: RC3 (the final one?) of XCP 0.5 available for testing
       [not found]     ` <81A73678E76EA642801C8F2E4823AD218080C98A3B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
@ 2010-06-30 17:21       ` Dave Scott
  2010-07-06 20:34         ` [Xen-API] " Boris Quiroz
                           ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Dave Scott @ 2010-06-30 17:21 UTC (permalink / raw)
  To: 'xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org',
	'xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org',
	'xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'

Hi everyone,

The third (final?) release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from:

http://www.xen.org/products/cloud_source_0.5.html

The changes since the RC2 are:
* it should now be possible to upgrade from previous RCs as well as 0.1*
* a template for 64-bit Ubuntu 10.04 now exists (previously only a 32-bit one was present)
* experimental templates for 32-bit and 64-bit Debian Squeeze are included

Please download and test! :)

Cheers,
Dave

> -----Original Message-----
> From: Dave Scott
> Sent: 24 June 2010 10:32
> To: 'xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'; 'xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org';
> 'xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'
> Subject: RE: [XCP]: RC1 of XCP 0.5 available for testing
> 
> Hi everyone,
> 
> The second release candidate of the Xen Cloud Platform (XCP) version
> 0.5 is now available for testing from:
> 
> http://www.xen.org/products/cloud_source_0.5.html
> 
> The changes since the RC1 are:
> 
> * VCPU weight/cap/affinity are now preserved over VM migrate, resume
> * CLI command 'xe get-vms-which-prevent-evacuation' now follows the
> usual CLI pattern and '--minimal' works as expected
> * Failure to manually change the pool master when there is a large
> amount of RRD data has been fixed[1]
> * pygrub now supports ext4 filesystems
> ... leading to ...
> * experimental support for Ubuntu Lucid Lynx 10.04[2]
> 
> Please download and test! :)
> 
> [1] if there are a large number of RRD datasources (eg corresponding to
> a large number of VLANs) then the RRD XML becomes large and serializing
> it will fail. This failure nolonger causes the pool master transition
> to fail but it does prevent the XML being saved to disk. Hopefully this
> will be fixed in the unstable branch for the next release.
> 
> [2] thanks to Alex Zeffertt, David Markey and Ian Campbell for sorting
> this out. Note that you should select the network install option if you
> are using a console like OpenXenManager.
> 
> Cheers,
> Dave
> 
> 
> > -----Original Message-----
> > From: Dave Scott
> > Sent: 11 June 2010 20:28
> > To: 'xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'; 'xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org';
> > 'xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'
> > Subject: [XCP]: RC1 of XCP 0.5 available for testing
> >
> > Hi everyone,
> >
> > The first release candidate of the Xen Cloud Platform (XCP) version
> 0.5
> > is
> > now available for testing from:
> >
> > http://www.xen.org/products/cloud_source_0.5.html
> >
> > XCP-0.5 is intended to be a *stable* release, suitable for long-term
> > production use.
> > Please download this release candidate and give it a thorough workout!
> >
> > Cheers,
> > Dave

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [Xen-API] [XCP]: RC3 (the final one?) of XCP 0.5 available for testing
  2010-06-30 17:21       ` [XCP]: RC3 (the final one?) " Dave Scott
@ 2010-07-06 20:34         ` Boris Quiroz
  2010-07-07  0:27         ` [Xen-devel] " Grant McWilliams
       [not found]         ` <54B2EB610B7F1340BB6A0D4CA04A4F10A156DFAD@orsmsx505.amr.corp.intel.com>
  2 siblings, 0 replies; 21+ messages in thread
From: Boris Quiroz @ 2010-07-06 20:34 UTC (permalink / raw)
  To: Dave Scott; +Cc: xen-devel, xen-users, xen-api

2010/6/30 Dave Scott <Dave.Scott@eu.citrix.com>:
> Hi everyone,
>
> The third (final?) release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from:
>
> http://www.xen.org/products/cloud_source_0.5.html
>
> The changes since the RC2 are:
> * it should now be possible to upgrade from previous RCs as well as 0.1*
> * a template for 64-bit Ubuntu 10.04 now exists (previously only a 32-bit one was present)
> * experimental templates for 32-bit and 64-bit Debian Squeeze are included
>
> Please download and test! :)
>
> Cheers,
> Dave
>
>> -----Original Message-----
>> From: Dave Scott
>> Sent: 24 June 2010 10:32
>> To: 'xen-api@lists.xensource.com'; 'xen-devel@lists.xensource.com';
>> 'xen-users@lists.xensource.com'
>> Subject: RE: [XCP]: RC1 of XCP 0.5 available for testing
>>
>> Hi everyone,
>>
>> The second release candidate of the Xen Cloud Platform (XCP) version
>> 0.5 is now available for testing from:
>>
>> http://www.xen.org/products/cloud_source_0.5.html
>>
>> The changes since the RC1 are:
>>
>> * VCPU weight/cap/affinity are now preserved over VM migrate, resume
>> * CLI command 'xe get-vms-which-prevent-evacuation' now follows the
>> usual CLI pattern and '--minimal' works as expected
>> * Failure to manually change the pool master when there is a large
>> amount of RRD data has been fixed[1]
>> * pygrub now supports ext4 filesystems
>> ... leading to ...
>> * experimental support for Ubuntu Lucid Lynx 10.04[2]
>>
>> Please download and test! :)
>>
>> [1] if there are a large number of RRD datasources (eg corresponding to
>> a large number of VLANs) then the RRD XML becomes large and serializing
>> it will fail. This failure nolonger causes the pool master transition
>> to fail but it does prevent the XML being saved to disk. Hopefully this
>> will be fixed in the unstable branch for the next release.
>>
>> [2] thanks to Alex Zeffertt, David Markey and Ian Campbell for sorting
>> this out. Note that you should select the network install option if you
>> are using a console like OpenXenManager.
>>
>> Cheers,
>> Dave
>>
>>
>> > -----Original Message-----
>> > From: Dave Scott
>> > Sent: 11 June 2010 20:28
>> > To: 'xen-api@lists.xensource.com'; 'xen-devel@lists.xensource.com';
>> > 'xen-users@lists.xensource.com'
>> > Subject: [XCP]: RC1 of XCP 0.5 available for testing
>> >
>> > Hi everyone,
>> >
>> > The first release candidate of the Xen Cloud Platform (XCP) version
>> 0.5
>> > is
>> > now available for testing from:
>> >
>> > http://www.xen.org/products/cloud_source_0.5.html
>> >
>> > XCP-0.5 is intended to be a *stable* release, suitable for long-term
>> > production use.
>> > Please download this release candidate and give it a thorough workout!
>> >
>> > Cheers,
>> > Dave
>
> _______________________________________________
> xen-api mailing list
> xen-api@lists.xensource.com
> http://lists.xensource.com/mailman/listinfo/xen-api
>

Tomorrow I'll install XVP 0.5 on a IBM x3550 M2.
I'll report to the list if I found something buggy.

Cheers.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [Xen-devel] [XCP]: RC3 (the final one?) of XCP 0.5 available for testing
  2010-06-30 17:21       ` [XCP]: RC3 (the final one?) " Dave Scott
  2010-07-06 20:34         ` [Xen-API] " Boris Quiroz
@ 2010-07-07  0:27         ` Grant McWilliams
  2010-07-07  0:31           ` [Xen-users] Re: [XCP]: RC3 (the final one?) of XCP 0.5available " Vern Burke
       [not found]           ` <AANLkTin6mi8T6j7AmXO-xEgp1qEHbYiJt7LfLR23DT-d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
       [not found]         ` <54B2EB610B7F1340BB6A0D4CA04A4F10A156DFAD@orsmsx505.amr.corp.intel.com>
  2 siblings, 2 replies; 21+ messages in thread
From: Grant McWilliams @ 2010-07-07  0:27 UTC (permalink / raw)
  To: Dave Scott; +Cc: xen-devel, xen-users, xen-api


[-- Attachment #1.1: Type: text/plain, Size: 946 bytes --]

On Wed, Jun 30, 2010 at 10:21 AM, Dave Scott <Dave.Scott@eu.citrix.com>wrote:

> Hi everyone,
>
> The third (final?) release candidate of the Xen Cloud Platform (XCP)
> version 0.5 is now available for testing from:
>
> http://www.xen.org/products/cloud_source_0.5.html
>
> The changes since the RC2 are:
> * it should now be possible to upgrade from previous RCs as well as 0.1*
> * a template for 64-bit Ubuntu 10.04 now exists (previously only a 32-bit
> one was present)
> * experimental templates for 32-bit and 64-bit Debian Squeeze are included
>
> Please download and test! :)
>
> Cheers,
> Dave
>

I have a request (but this may not be the right way to ask)... Can we name
the .ISO file something other than main.iso? Without opening the ISO or
booting from it you can't easily tell what it is or which version. It would
be nice if the naming convention for the ISO was something like
XCP-base-0.5rc3.iso or something.

Grant McWilliams

[-- Attachment #1.2: Type: text/html, Size: 1356 bytes --]

[-- Attachment #2: Type: text/plain, Size: 137 bytes --]

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [Xen-users] Re: [XCP]: RC3 (the final one?) of XCP 0.5available for testing
  2010-07-07  0:27         ` [Xen-devel] " Grant McWilliams
@ 2010-07-07  0:31           ` Vern Burke
  2010-07-07  5:47             ` I need Vanilla Xen images of major Linux distributions Jimmy Pierre
       [not found]           ` <AANLkTin6mi8T6j7AmXO-xEgp1qEHbYiJt7LfLR23DT-d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  1 sibling, 1 reply; 21+ messages in thread
From: Vern Burke @ 2010-07-07  0:31 UTC (permalink / raw)
  To: Grant McWilliams, xen-users-bounces, Dave Scott
  Cc: xen-devel, xen-users, xen-api

I'll second this one.

Vern
Vern Burke, SwiftWater Telecom, http://www.swiftwatertel.com

-----Original Message-----
From: Grant McWilliams <grantmasterflash@gmail.com>
Sender: xen-users-bounces@lists.xensource.com
Date: Tue, 6 Jul 2010 17:27:00 
To: Dave Scott<Dave.Scott@eu.citrix.com>
Cc: xen-devel@lists.xensource.com<xen-devel@lists.xensource.com>; xen-users@lists.xensource.com<xen-users@lists.xensource.com>; xen-api@lists.xensource.com<xen-api@lists.xensource.com>
Subject: [Xen-users] Re: [Xen-devel] [XCP]: RC3 (the final one?) of XCP 0.5
	available for testing

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

^ permalink raw reply	[flat|nested] 21+ messages in thread

* I need Vanilla Xen images of major Linux distributions
  2010-07-07  0:31           ` [Xen-users] Re: [XCP]: RC3 (the final one?) of XCP 0.5available " Vern Burke
@ 2010-07-07  5:47             ` Jimmy Pierre
  2010-07-07  7:50               ` [Xen-devel] " Sander Eikelenboom
  0 siblings, 1 reply; 21+ messages in thread
From: Jimmy Pierre @ 2010-07-07  5:47 UTC (permalink / raw)
  To: xen-users-bounces, xen-devel, xen-users, xen-api; +Cc: jimmy.pierre

Greetings,

I am attempting to create a cloud demo and having problems building the
images. As time is of essence, if you have vanilla Xen images of openSUSE,
Debian, Ubuntu, Feudora, RedHat et al, to share, I would take them ,-)

Cheers,
Jimmy

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [Xen-devel] I need Vanilla Xen images of major Linux distributions
  2010-07-07  5:47             ` I need Vanilla Xen images of major Linux distributions Jimmy Pierre
@ 2010-07-07  7:50               ` Sander Eikelenboom
  2010-07-07  8:30                 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 21+ messages in thread
From: Sander Eikelenboom @ 2010-07-07  7:50 UTC (permalink / raw)
  To: Jimmy Pierre; +Cc: jimmy.pierre, xen-devel, xen-users, xen-api

Hi Jimmy,

On my Debian (lenny) hosts, I most of the time use xen-tools to create debian domU's/images, it should be able to do centos as well.

http://xen-tools.noone.org/software/xen-tools/

--
Sander

Wednesday, July 7, 2010, 7:47:08 AM, you wrote:

> Greetings,

> I am attempting to create a cloud demo and having problems building the
> images. As time is of essence, if you have vanilla Xen images of openSUSE,
> Debian, Ubuntu, Feudora, RedHat et al, to share, I would take them ,-)

> Cheers,
> Jimmy






-- 
Best regards,
 Sander                            mailto:linux@eikelenboom.it

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: I need Vanilla Xen images of major Linux distributions
  2010-07-07  7:50               ` [Xen-devel] " Sander Eikelenboom
@ 2010-07-07  8:30                 ` Pasi Kärkkäinen
  0 siblings, 0 replies; 21+ messages in thread
From: Pasi Kärkkäinen @ 2010-07-07  8:30 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: xen-api, Jimmy Pierre, xen-devel, jimmy.pierre, xen-users

On Wed, Jul 07, 2010 at 09:50:18AM +0200, Sander Eikelenboom wrote:
> Hi Jimmy,
> 
> On my Debian (lenny) hosts, I most of the time use xen-tools to create debian domU's/images, it should be able to do centos as well.
> 
> http://xen-tools.noone.org/software/xen-tools/
> 

Does xen-tools support XenServer/XCP nowadays? 

-- Pasi


> --
> Sander
> 
> Wednesday, July 7, 2010, 7:47:08 AM, you wrote:
> 
> > Greetings,
> 
> > I am attempting to create a cloud demo and having problems building the
> > images. As time is of essence, if you have vanilla Xen images of openSUSE,
> > Debian, Ubuntu, Feudora, RedHat et al, to share, I would take them ,-)
> 
> > Cheers,
> > Jimmy
> 
> 
> 
> 
> 
> 
> -- 
> Best regards,
>  Sander                            mailto:linux@eikelenboom.it
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: [Xen-devel] [XCP]: RC3 (the final one?) of XCP 0.5 available for  testing
       [not found]           ` <AANLkTin6mi8T6j7AmXO-xEgp1qEHbYiJt7LfLR23DT-d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-07-07 10:51             ` Dave Scott
  2010-07-09  4:08               ` dwight at supercomputer.org
  0 siblings, 1 reply; 21+ messages in thread
From: Dave Scott @ 2010-07-07 10:51 UTC (permalink / raw)
  To: 'Grant McWilliams'
  Cc: xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR,
	xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR,
	xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR


[-- Attachment #1.1: Type: text/plain, Size: 1442 bytes --]

Hi Grant,

That’s a good idea. When we release 0.5 (imminent) I’ll make symlinks named
  XCP-base-0.5.iso{,.md5}
  XCP-ddk-0.5.iso{,.md5}
and link to those.

Cheers,
Dave

From: Grant McWilliams [mailto:grantmasterflash@gmail.com]
Sent: 07 July 2010 00:27
To: Dave Scott
Cc: xen-api@lists.xensource.com; xen-devel@lists.xensource.com; xen-users@lists.xensource.com
Subject: Re: [Xen-devel] [XCP]: RC3 (the final one?) of XCP 0.5 available for testing


On Wed, Jun 30, 2010 at 10:21 AM, Dave Scott <Dave.Scott@eu.citrix.com<mailto:Dave.Scott@eu.citrix.com>> wrote:
Hi everyone,

The third (final?) release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from:

http://www.xen.org/products/cloud_source_0.5.html

The changes since the RC2 are:
* it should now be possible to upgrade from previous RCs as well as 0.1*
* a template for 64-bit Ubuntu 10.04 now exists (previously only a 32-bit one was present)
* experimental templates for 32-bit and 64-bit Debian Squeeze are included

Please download and test! :)

Cheers,
Dave

I have a request (but this may not be the right way to ask)... Can we name the .ISO file something other than main.iso? Without opening the ISO or booting from it you can't easily tell what it is or which version. It would be nice if the naming convention for the ISO was something like XCP-base-0.5rc3.iso or something.

Grant McWilliams

[-- Attachment #1.2: Type: text/html, Size: 8008 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 21+ messages in thread

* RE: [XCP]: RC3 (the final one?) of XCP 0.5 available for testing
       [not found]             ` <81A73678E76EA642801C8F2E4823AD218080C98AA0-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
@ 2010-07-07 15:42               ` Nakajima, Jun
  0 siblings, 0 replies; 21+ messages in thread
From: Nakajima, Jun @ 2010-07-07 15:42 UTC (permalink / raw)
  To: Dave Scott,
	'xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org',
	'xen-users-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org'
  Cc: xen-devel

Dave Scott wrote on Wed, 7 Jul 2010 at 03:59:03:

Dave, Hi

> Hi Jun,
> 
>> Is it possible to interrupt booting process of the Installation CD- ROM
>> to force text mode, rather than graphic mode? Looks like the graphic
>> card of my machine is not supported.
> 
> :-( Is it causing your console to get stuck permanently? The actual
> installer is all in text mode.

I see the enlarged image of the initial BIOS boot (like F2 for setup) there, after loading Xen and dom0, and I don't see the (Panda) picture. I guess the display mode is changed when the picture is displayed? I have a Matrox PCIe x1 on that machine. If I use a different graphic card, it installs fine.

I can install Ubuntu 10.04 server on the machine even with the Matrox card because it completely stays in text mode. Probably we need an option to give up the picture, although I'm not sure that's the cause.

Jun
___
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [XCP]: RC3 (the final one?) of XCP 0.5 available for  testing
  2010-07-07 10:51             ` [Xen-devel] [XCP]: RC3 (the final one?) of XCP 0.5 available for testing Dave Scott
@ 2010-07-09  4:08               ` dwight at supercomputer.org
  0 siblings, 0 replies; 21+ messages in thread
From: dwight at supercomputer.org @ 2010-07-09  4:08 UTC (permalink / raw)
  To: xen-devel; +Cc: xen-api, 'Grant McWilliams', Dave Scott, xen-users

Thank you. This is *very* helpful when one has to keep multiple 
versions around. Nothing worse than using the wrong main.iso.

Might I make one more request?

sed 's/main/XCP-base-0.5/' XCP-base-0.5.iso.md5

Otherwise, an `md5sum -c` fails.

   -dwight-

On Wednesday 07 July 2010 03:51:59 am Dave Scott wrote:
> Hi Grant,
>
> That’s a good idea. When we release 0.5 (imminent) I’ll make
> symlinks named XCP-base-0.5.iso{,.md5}
>   XCP-ddk-0.5.iso{,.md5}
> and link to those.
>
> Cheers,
> Dave
>
> From: Grant McWilliams [mailto:grantmasterflash@gmail.com]
> Sent: 07 July 2010 00:27
> To: Dave Scott
> Cc: xen-api@lists.xensource.com; xen-devel@lists.xensource.com;
> xen-users@lists.xensource.com Subject: Re: [Xen-devel] [XCP]: RC3
> (the final one?) of XCP 0.5 available for testing
>
>
> On Wed, Jun 30, 2010 at 10:21 AM, Dave Scott
> <Dave.Scott@eu.citrix.com<mailto:Dave.Scott@eu.citrix.com>> wrote:
> Hi everyone,
>
> The third (final?) release candidate of the Xen Cloud Platform
> (XCP) version 0.5 is now available for testing from:
>
> http://www.xen.org/products/cloud_source_0.5.html
>
> The changes since the RC2 are:
> * it should now be possible to upgrade from previous RCs as well
> as 0.1* * a template for 64-bit Ubuntu 10.04 now exists
> (previously only a 32-bit one was present) * experimental
> templates for 32-bit and 64-bit Debian Squeeze are included
>
> Please download and test! :)
>
> Cheers,
> Dave
>
> I have a request (but this may not be the right way to ask)... Can
> we name the .ISO file something other than main.iso? Without
> opening the ISO or booting from it you can't easily tell what it
> is or which version. It would be nice if the naming convention for
> the ISO was something like XCP-base-0.5rc3.iso or something.
>
> Grant McWilliams

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2010-07-09  4:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AcsJpIcrHkfzvFFiQgSIbGTkzIZqEA==>
2010-06-11 20:27 ` [XCP]: RC1 of XCP 0.5 available for testing Dave Scott
     [not found]   ` <81A73678E76EA642801C8F2E4823AD21807FFE696B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
2010-06-12 21:13     ` Marco Sinhoreli
2010-06-13 19:57       ` [Xen-API] " Dave Scott
2010-06-14 14:22   ` George Shuklin
2010-06-15 10:18     ` Re: [Xen-users] " Keir Fraser
2010-06-15 17:54   ` Martinx - ジェームズ
2010-06-18 17:46     ` [Xen-devel] " Marco Sinhoreli
2010-06-18 19:37       ` Dave Scott
2010-06-18 19:55         ` Cristian Vásquez Parga
2010-06-18 21:32         ` Marco Sinhoreli
2010-06-24 10:31   ` Dave Scott
     [not found]     ` <81A73678E76EA642801C8F2E4823AD218080C98A3B-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
2010-06-30 17:21       ` [XCP]: RC3 (the final one?) " Dave Scott
2010-07-06 20:34         ` [Xen-API] " Boris Quiroz
2010-07-07  0:27         ` [Xen-devel] " Grant McWilliams
2010-07-07  0:31           ` [Xen-users] Re: [XCP]: RC3 (the final one?) of XCP 0.5available " Vern Burke
2010-07-07  5:47             ` I need Vanilla Xen images of major Linux distributions Jimmy Pierre
2010-07-07  7:50               ` [Xen-devel] " Sander Eikelenboom
2010-07-07  8:30                 ` Pasi Kärkkäinen
     [not found]           ` <AANLkTin6mi8T6j7AmXO-xEgp1qEHbYiJt7LfLR23DT-d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-07-07 10:51             ` [Xen-devel] [XCP]: RC3 (the final one?) of XCP 0.5 available for testing Dave Scott
2010-07-09  4:08               ` dwight at supercomputer.org
     [not found]         ` <54B2EB610B7F1340BB6A0D4CA04A4F10A156DFAD@orsmsx505.amr.corp.intel.com>
     [not found]           ` <81A73678E76EA642801C8F2E4823AD218080C98AA0@LONPMAILBOX01.citrite.net>
     [not found]             ` <81A73678E76EA642801C8F2E4823AD218080C98AA0-aFusIB7tbcLeU4JHVX8hdHnr0TU713UqXqFh9Ls21Oc@public.gmane.org>
2010-07-07 15:42               ` Nakajima, Jun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.