Activity log for bug #1273080

Date Who What changed Old value New value Message
2014-01-27 06:53:07 Yoshinori Matsuo bug added bug
2014-01-27 07:07:16 Yoshinori Matsuo description I got error logs when I added new attribute on vdi. It seems that sheep searched for existing attr and couldn't find. Then logged error but created attr normaly. I think these log should be INFO or WARN level. Environment and versions sheepdog : tag 0.7.6 (4 nodes) operating system : CentOS 6.4 Here's the operations. $ dog vdi list Name Id Size Used Shared Creation time VDI id Copies Tag $ dog cluster format using backend plain store $ dog cluster format using backend plain store $ dog vdi create disk1 10m $ dog vdi list Name Id Size Used Shared Creation time VDI id Copies Tag disk1 0 10 MB 0.0 MB 0.0 MB 2014-01-23 18:51 e8b18f 3 $ dog vdi setattr disk1 key1 value1 $ dog vdi getattr disk1 key1 value1 This returned 'value1' for key1 normally. Here's the sheep.log Jan 23 18:53:15 ERROR [gway 12101] sheep_exec_req(1062) failed No object found Jan 23 18:53:15 ERROR [gway 12101] sheep_exec_req(1062) failed No object found Jan 23 18:53:15 ERROR [gway 12101] sheep_exec_req(1062) failed No object found Jan 23 18:53:15 ERROR [block] read_backend_object(414) failed to read object 20e8b18fc3b4ab67, No object found No output on log when 'dog vdi getattr'. Thanks Yoshinori Matsuo I got error logs when I added new attribute on vdi. It seems that sheep searched for existing attr and couldn't find. Then logged error but created attr normaly. I think these log should be INFO or WARN level. Environment and versions sheepdog : tag 0.7.6 (4 nodes) operating system : CentOS 6.4 Here's the operations. $ dog vdi list   Name Id Size Used Shared Creation time VDI id Copies Tag $ dog cluster format using backend plain store $ dog cluster format using backend plain store $ dog vdi create disk1 10m $ dog vdi list   Name Id Size Used Shared Creation time VDI id Copies Tag   disk1 0 10 MB 0.0 MB 0.0 MB 2014-01-23 18:51 e8b18f 3 $ dog vdi setattr disk1 key1 value1 $ dog vdi getattr disk1 key1 value1 This returned 'value1' for key1 normally. Here's the sheep.log Jan 23 18:53:15 ERROR [gway 12101] sheep_exec_req(1062) failed No object found Jan 23 18:53:15 ERROR [gway 12101] sheep_exec_req(1062) failed No object found Jan 23 18:53:15 ERROR [gway 12101] sheep_exec_req(1062) failed No object found Jan 23 18:53:15 ERROR [block] read_backend_object(414) failed to read object 20e8b18fc3b4ab67, No object found No output on log when 'dog vdi getattr'. Thanks Yoshinori Matsuo
2014-03-19 08:31:37 Yuichi Bando sheepdog-project: status New Fix Released
2014-03-19 08:44:29 Yuichi Bando sheepdog-project: assignee Yuichi Bando (yuichi-git)