commit | df2dbb4a508ebea7bcacff3f07caecbae969d528 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Dec 02 16:54:13 2010 +0000 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 17 16:10:59 2010 +0100 |
tree | f4351fb996f7b48d89d97202bdc95f4dca5b8953 | |
parent | 9e0b22f4f2c4122bb3544bb44fb7ce2fd7964c12 [diff] |
block: Fix the use of protocols in backing files Backing filenames may contain a protocol. The code currently doesn't consider this case and produces filenames that embed "<protocol>:". Don't combine filenames if the backing filename contains a protocol. Based on an earlier patch by Anthony Liguori <aliguori@us.ibm.com>. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>