Description of problem: New disk dialog has allocation policy sorted alphabetically, thus it causes 'preallocated' to be used by default. this could be annoying as each disk would use "full" size and there are also snapshots involved... It would be nice to redefine order of policies. Version-Release number of selected component (if applicable): 3.6 How reproducible: Steps to Reproduce: 1. allow to redefine order of allocation policy for new disks 2. 3. Actual results: not possible, it seems to be hardcoded Expected results: should be possible Additional info: getVolumeType().setSelectedItem(storageType.isBlockDomain() ? VolumeType.Preallocated : VolumeType.Sparse);
I think a whole mechanism to configure the order of options is a tad overkill, but I agree the the default should be sparse/thin. Yaniv - your two cents?
(In reply to Allon Mureinik from comment #1) > I think a whole mechanism to configure the order of options is a tad > overkill, but I agree the the default should be sparse/thin. > > Yaniv - your two cents? It is and is a dup of BZ 1188651 *** This bug has been marked as a duplicate of bug 1188651 ***