Hide Forgot
Disk probing failed for kvm console since kvm adds a virtual disk of its own results in Hal probing for key "media_size" Handle the exception properly.
(In reply to comment #0) > Disk probing failed for kvm console since kvm adds a virtual disk of its own > results in Hal probing for key "media_size" > > Handle the exception properly. Harsha, Can you please provide details on the exception raised?
(In reply to comment #1) > (In reply to comment #0) > > Disk probing failed for kvm console since kvm adds a virtual disk of its own > > results in Hal probing for key "media_size" > > > > Handle the exception properly. > > Harsha, > > Can you please provide details on the exception raised? DiskUtils.py is the code which is based out of Hal. Since the KVM adds two additional devices of its own, until anything is connected or loaded into it there are certain hal keys which are missing from it. During the disk probing time of installation we in DiskUtils.py blindly try to access certain keys which will generate an exception and the installation fails. Have sent a patch before, it was not accepted. But it can be fixed on similar lines with necessary changes required to be accepted.