Cta-objectstore-tools.conf not found

Hello,

I tried to run “cta-objectstore-list” from a CTA admin node that we have set up and the command failed because /etc/cta/cta-objectstore-tools.conf was not found (see below).
However, it appears that nonte of the CTA rpms provides this file. Can you please help?
Thanks, George

[root@cta-adm ~]# cta-objectstore-list
Failed to list backend store:
Errno=5: Input/output errorrenewConfigNolock failed: Failed to open file: m_fileName=/etc/cta/cta-objectstore-tools.conf
/lib64/libctacommon.so.0(cta::exception::Backtrace::Backtrace(bool)+0x6e) [0x7fb2ae4abcb8]
/lib64/libctacommon.so.0(cta::exception::Exception::Exception(std::string const&, bool)+0x89) [0x7fb2ae4ad54f]
/lib64/libctacommon.so.0(cta::exception::Errnum::Errnum(int, std::string)+0x5e) [0x7fb2ae4acb8c]
/lib64/libctacommon.so.0(cta::common::Configuration::renewConfigNolock()+0xc8) [0x7fb2ae4e076c]
/lib64/libctacommon.so.0(cta::common::Configuration::tryToRenewConfig()+0x150) [0x7fb2ae4e03f0]
/lib64/libctacommon.so.0(cta::common::Configuration::getConfEntString(std::string const&, std::string const&, cta::log::Logger*)+0x5d) [0x7fb2ae4df7c9]
cta-objectstore-list(main+0x1d7) [0x407beb]
/lib64/libc.so.6(__libc_start_main+0xf5) [0x7fb2ac028555]
cta-objectstore-list() [0x407779]

Hi George,

You need to create a file /etc/cta/cta-objectstore-tools.conf which contains one line:

ObjectStore BackendPath rados://<path to your objectstore backend>

The value should be the same as the one in cta-taped.conf.

Many thanks Michael.
George