I think U need more information in gnocchi.conf. I got a same error when deploying openstack(queens) by kolla-ansible and i solved this problem adding sacks_number to gnocchi.conf.
Here is my default contents of gnocchi.conf file. # cat gnocchi.conf [DEFAULT] debug = True log_dir = /var/log/kolla/gnocchi log_file = /var/log/kolla/gnocchi/gnocchi-api.log sacks_number = 10 When i deployed first time by kolla-ansible, there was no sacks_number variable in gnocchi.conf. If you add it and restart gnocchi, you'll may not find more error message. PS. Actually i'm not sure '10' is proper number. If you want right sacks_number on your environment, please check this out. sacks value = number of **active** metrics / 300 https://gnocchi.xyz/operating.html?highlight=sacks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776061 Title: SackDetectionError: [errno 2] Ioctx.read(gnocchi): failed to read gnocchi-config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnocchi/+bug/1776061/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
