[libvirt] [PATCH 10/11] Improve SCSI volume key and name generation

Paolo Bonzini pbonzini at redhat.com
Fri Nov 12 18:32:05 UTC 2010


On 11/12/2010 05:22 PM, Daniel P. Berrange wrote:
> +{
> +    const char *cmdargv[] = {
> +        "/lib/udev/scsi_id",
> +        "--replace-whitespace",
> +        "--whitelisted",
> +        "--device", dev,
> +        NULL
> +    };

Does this needs to be "/lib/udev/scsi_id -gud <dev>" for RHEL5 
compatibility?  However, I can only get "scsi_id -gus /block/sda" to 
work on my RHEL5 installation, not "scsi_id -gud /dev/sda".

Paolo




More information about the libvir-list mailing list