search for: lvm_name

Displaying 1 result from an estimated 1 matches for "lvm_name".

Did you mean: lv_name
2009 May 29
0
[PATCH server] Add more debugging to storage tasks
...volume); else - @logger.info "Scanned volume #{volume.name} already exists in db.." + @logger.debug "Scanned volume #{volume.name} already exists in db.." end # Now check for an LVM pool carving up this volume. lvm_name = volume.childLVMName next if lvm_name == '' - @logger.info "Child LVM exists for this volume - #{lvm_name}" + @logger.debug "Child LVM exists for this volume - #{lvm_name}" lvm_db_pool = LvmStoragePool.find(:first, :conditions =...