search for: user_subdivid

Displaying 2 results from an estimated 2 matches for "user_subdivid".

2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.
2009 May 20
1
[PATCH server] split StorageVolumeService.svc_new into two methods.
...if storage type is LVM # === Required permissions # [<tt>Privilege::MODIFY</tt>] for the storage volume's HardwarePool - def svc_new(storage_pool_id, source_volume_id) - if storage_pool_id - @storage_pool = StoragePool.find(storage_pool_id) - unless @storage_pool.user_subdividable - raise ActionError.new("Unsupported action for " + - "#{@storage_pool.get_type_label} volumes.") - end - else - @source_volume = StorageVolume.find(source_volume_id) - @storage_pool = @source_volume.storage_pool - u...