Re: [libvirt] [PATCH] fix a bug of sheepdog storage driver

2013-02-08 Thread harryxiyou
On Sat, Feb 9, 2013 at 5:40 AM, Eric Blake wrote: > On 02/08/2013 12:26 AM, Osier Yang wrote: >> On 2013年02月08日 14:48, harryxi...@gmail.com wrote: > > Your 'From:' line didn't match your 'Signed-off-by:' line. That makes > our generated AUTHORS file look strange. I would suggest doing: > > git c

Re: [libvirt] [PATCH] fix a bug of sheepdog storage driver

2013-02-08 Thread Eric Blake
On 02/08/2013 12:26 AM, Osier Yang wrote: > On 2013年02月08日 14:48, harryxi...@gmail.com wrote: Your 'From:' line didn't match your 'Signed-off-by:' line. That makes our generated AUTHORS file look strange. I would suggest doing: git config --global sendemail.from 'Harry Wei ' so that future pat

Re: [libvirt] [PATCH] fix a bug of sheepdog storage driver

2013-02-07 Thread Osier Yang
On 2013年02月08日 14:48, harryxi...@gmail.com wrote: Don't try to refresh Sheepdog volume if creating volume fails. Signed-off-by: Harry Wei --- src/storage/storage_backend_sheepdog.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/storage/storage_backend_s

[libvirt] [PATCH] fix a bug of sheepdog storage driver

2013-02-07 Thread harryxiyou
Don't try to refresh Sheepdog volume if creating volume fails. Signed-off-by: Harry Wei --- src/storage/storage_backend_sheepdog.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/storage/storage_backend_sheepdog.c b/src/storage/storage_backend_sheepdog.c i

[libvirt] [Patch]Fix a bug of Sheepdog storage driver

2013-02-07 Thread harryxiyou
Signed-off-by: Harry Wei --- src/storage/storage_backend_sheepdog.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/storage/storage_backend_sheepdog.c b/src/storage/storage_backend_sheepdog.c index cd18f33..f987604 100644 --- a/src/storage/storage_backend_sheepd