[sheepdog] [PATCH] sheep: revert a part of the changes for internal res code

2015-04-26 Thread Teruaki Ishizaki
SD_RES_INODE_INVALIDATED response code is used by tgtd and, previous change broke compatibility with tgtd. It caused errors when active path was down with using iSCSI multipath. This patch reverts a part of previous commit for SD_RES_INODE_INVALIDATED. Signed-off-by: Teruaki Ishizaki

Re: [sheepdog] [PATCH] sheep: fix confused comments of vdi_snapshot()

2015-04-26 Thread Hitoshi Mitake
At Thu, 23 Apr 2015 19:15:00 +0800, Yu Yang wrote: -Original Message- From: Hitoshi Mitake [mailto:mitake.hito...@gmail.com] On Behalf Of Hitoshi Mitake Sent: Thursday, April 23, 2015 5:28 PM To: Yu Yang Cc: sheepdog@lists.wpkg.org Subject: Re: [sheepdog] [PATCH] sheep:

Re: [sheepdog] [PATCH] sheep: revert a part of the changes for internal res code

2015-04-26 Thread Hitoshi Mitake
At Mon, 27 Apr 2015 10:20:28 +0900, Teruaki Ishizaki wrote: SD_RES_INODE_INVALIDATED response code is used by tgtd and, previous change broke compatibility with tgtd. It caused errors when active path was down with using iSCSI multipath. This patch reverts a part of previous commit for

Re: [sheepdog] [PATCH 1/4] sheep: rename files for store_driver

2015-04-26 Thread Liu Yuan
On Mon, Apr 27, 2015 at 12:54:22PM +0900, Hitoshi Mitake wrote: From: Masaki Saeki saeki.mas...@po.ntts.co.jp This change is a preparation patch for add store_driver. Put files together to the new folder. Signed-off-by: Masaki Saeki saeki.mas...@po.ntts.co.jp Applied this series, thanks.

[sheepdog] [PATCH 1/4] sheep: rename files for store_driver

2015-04-26 Thread Hitoshi Mitake
From: Masaki Saeki saeki.mas...@po.ntts.co.jp This change is a preparation patch for add store_driver. Put files together to the new folder. Signed-off-by: Masaki Saeki saeki.mas...@po.ntts.co.jp --- sheep/Makefile.am |6 +- sheep/md.c| 878

[sheepdog] [PATCH 2/4] sheep: refactor functions shared by store_driver

2015-04-26 Thread Hitoshi Mitake
From: Masaki Saeki saeki.mas...@po.ntts.co.jp This change is a preparation patch for add store_driver. move the definition of functions that are shared by store_driver Signed-off-by: Masaki Saeki saeki.mas...@po.ntts.co.jp --- sheep/sheep_priv.h|4 ++ sheep/store/common.c |

[sheepdog] [PATCH 4/4] test/functional: add test cases for tree store_driver

2015-04-26 Thread Hitoshi Mitake
From: Masaki Saeki saeki.mas...@po.ntts.co.jp functional test for new store driver named tree v2: fix output, remaining inode file counts has changed. Signed-off-by: Masaki Saeki saeki.mas...@po.ntts.co.jp --- tests/functional/101 | 41