[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.
https://bugs.launchpad.net/bugs/457281

Title:
  Partitions presented to instance should be ext3, not ext2

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/457281/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 in: eucalyptus/2.0
 Assignee: (unassigned) = graziano obertelli (graziano.obertelli)

** Changed in: eucalyptus/2.0
   Importance: Undecided = Medium

** Changed in: eucalyptus/2.0
   Importance: Medium = Low

** Changed in: eucalyptus/2.0
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/457281

Title:
  Partitions presented to instance should be ext3, not ext2

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/457281/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.
https://bugs.launchpad.net/bugs/457281

Title:
  Partitions presented to instance should be ext3, not ext2

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/457281/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 for 2.0.4 if we can make it.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/457281

Title:
  Partitions presented to instance should be ext3, not ext2

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/457281/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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 subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)
   Status: Won't Fix = 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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 (nurmi)

** Changed in: eucalyptus
   Status: New = In Progress

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 image, we cannot use 'mkfs.ext3'/etc since these tools do not
support offsets).  We're avoiding the use of loopback devices to
mitigate the chances of hitting a race (no atomic 'get a free and attach
loopback device).  We're looking into this problem in order to determine
if there is solid mechanism for creating an ext3 filesystem in the
middle of a large disk file.

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs