[sheepdog] [PATCH 1/3] sheep: error messages during buffer resize

Saeki Masaki saeki.masaki at po.ntts.co.jp
Wed Feb 4 03:50:34 CET 2015


execute opcode "VDI_STATE_SNAPSHOT_CTL", sheepdog resize buffer if needed,
so this situation is not error.

Signed-off-by: Masaki Saeki<saeki.masaki at po.ntts.co.jp>
---
 sheep/ops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sheep/ops.c b/sheep/ops.c
index bc2848b..7788460 100644
--- a/sheep/ops.c
+++ b/sheep/ops.c
@@ -1459,7 +1459,7 @@ static int local_vdi_state_snapshot_ctl(const struct sd_req *req,
 		if (ret == SD_RES_SUCCESS)
 			rsp->data_length = length;
 		else {
-			sd_err("failed to get vdi state snapshot: %s",
+			sd_info("failed to get vdi state snapshot: %s",
 			       sd_strerror(ret));
 
 			return ret;
-- 
1.7.1


-- 
NTTソフトウェア株式会社
クラウド事業部
第一事業ユニット
佐伯 昌樹
TEL: 045-212-7393
FAX: 045-662-7856
Mail: saeki.masaki at po.ntts.co.jp
--




More information about the sheepdog mailing list