
于 2011年11月23日 06:28, Eric Blake 写道:
On 11/22/2011 02:36 AM, Daniel P. Berrange wrote:
On Tue, Nov 22, 2011 at 11:27:04AM +0800, taget@linux.vnet.ibm.com wrote:
From: Eli Qiao <taget@linux.vnet.ibm.com>
Signed-off-by: Eli Qiao <taget@linux.vnet.ibm.com>
When configure the URI aliase like this in 'libvirt.conf':
uri_aliases = [ "jj#j=qemu+ssh://root@127.0.0.1/system", "sleet=qemu+ssh://root@sleet.cloud.example.com/system", ] virsh -c jj#j
It will show this error message: 'no connection driver available for No connection for URI jj#j' Actually ,we expect this message below: Malformed 'uri_aliases' config entry 'jj#j=qemu+ssh://root@127.0.0.1/system', aliases may only container 'a-Z, 0-9, _, -'
Give this patch to fix this error. 'git am' did not like this message, for some reason. I think I got it to apply correctly, though.
ACK, this is OK, since we still validate the URI_ALIAS_CHARS later on Now pushed.
thanks Eric. -- best regards eli