[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2012-07-11 Thread Andy Grimm
This issue is now being tracked upstream at http://eucalyptus.atlassian.net/browse/EUCA-2666 Please watch that issue for further updates. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu.

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2012-03-13 Thread graziano obertelli
** Also affects: eucalyptus/2.0 Importance: Undecided Status: New ** Changed in: eucalyptus/2.0 Milestone: None = 2.0.4 ** Changed in: eucalyptus Milestone: 2.0.4 = None ** Changed in: eucalyptus Assignee: graziano obertelli (graziano.obertelli) = (unassigned) ** Changed

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2011-12-03 Thread graziano obertelli
** Changed in: eucalyptus Assignee: Daniel Nurmi (nurmi) = graziano obertelli (graziano.obertelli) ** Changed in: eucalyptus Milestone: None = 2.0.4 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu.

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2011-12-03 Thread graziano obertelli
To get this working we should change parted mkpartfs primary ext2 start end to parted mkpart primary ext2 start end and do something like dd if=/dev/zero of=temp_part count=1 seek=(end-start-1) mkfs.ext3 -F temp_part dd if=temp_part of=disk skip=start count=end-start Tagging

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-08-24 Thread Dave Walker
Is sfdisk able to help here? -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-03-24 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Assignee: Daniel Nurmi (nurmi) = (unassigned) ** Changed in: eucalyptus (Ubuntu Lucid) Assignee: Daniel Nurmi (nurmi) = (unassigned) -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-03-24 Thread Daniel Nurmi
** Changed in: eucalyptus Status: In Progress = Triaged -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-10 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = Won't Fix -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

Re: [Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-10 Thread Dustin Kirkland
Hmm, we need to somehow mark it won't-fix against Lucid, but leave it triaged against Lucid+1... -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-10 Thread Thierry Carrez
That's the way to do it :) Mark wontfix the Lucid task, keep open the general task. -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-09 Thread Dustin Kirkland
Dan says that this is not going to be fixed in 1.6.2, so this will probably not make Lucid. ** Changed in: eucalyptus (Ubuntu Lucid) Status: In Progress = Triaged ** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = Won't Fix ** Changed in: eucalyptus (Ubuntu Lucid)

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-02 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid) Milestone: lucid-alpha-3 = None -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Assignee: Daniel Nurmi (nurmi) Status: In Progress -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Dustin Kirkland
Assigning to Dan. He's going to do a bit of testing on this one, and if it works, just commit it upstream, and I'll pull it in the next merge. ** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Daniel Nurmi

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Dustin Kirkland
Looking at the code, we're actually doing ext3 now, so this might actually be Fix Released. We need to re-test this on a current Lucid setup. ** Changed in: eucalyptus (Ubuntu) Milestone: None = lucid-alpha-3 -- Partitions presented to instance should be ext3, not ext2

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Dustin Kirkland
Targeting at A3 for now, as we should test this and confirm the fix by then. -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Daniel Nurmi
This turns out to be a bit deeper of an issue than anticipated; we're using parted to create a partition/filesystem during image conversion time for KVM. parted currently does not support the creation of an ext3 partition using mkpartfs (and, since the partition is in the middle of the disk

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2009-11-13 Thread Thierry Carrez
** Also affects: eucalyptus Importance: Undecided Status: New -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2009-10-26 Thread Thierry Carrez
As long as bug 458850 is fixed (and /mnt gets automounted on UEC instances) fixing this is of lower importance. ** Changed in: eucalyptus (Ubuntu) Status: Confirmed = Triaged -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2009-10-21 Thread Dustin Kirkland
I see the same thing in my amd64 guests. :-Dustin ** Changed in: eucalyptus (Ubuntu) Status: New = Confirmed -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server