On 03/27/2012 03:12 PM, David Lehman wrote: > On Tue, 2012-03-27 at 08:06 -0500, David Lehman wrote: >> Since you are apparently going to be performing one action at a time, >> there is no need for you to use processActions. It's main purpose is to >> execute a potentially long series of actions. You should just create the >> actions yourself and then directly execute them as follows: >> >> part1 = storage.newPartition(disks=[disk], size=10) >> action1 = pyanaconda.storage.deviceaction.ActionCreateDevice(part1) >> storage.devicetree.registerAction(action1) > > I forgot to add the call to doPartitioning here: > > pyanaconda.storage.partitioning.doPartitioning(storage=storage) > >> action1.execute() DeviceCreateError: ("Can't have overlapping partitions.", 'sda1') And no, there is no sda1 on /dev/sda, I'm just creating it. Jan _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list