Skip to content
Snippets Groups Projects
Commit 61a22695 authored by Eric Cano's avatar Eric Cano
Browse files

Updated reference to old program names (#53).

parent ea205ddb
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ cat ${LIBRARY_CONFIG}
rm -rf ${objectstore}
mkdir -p ${objectstore}
makeMinimalVFS ${objectstore}
cta-objectstore-initialize ${objectstore}
chmod -R 777 ${objectstore}
rm -rf ${catdbdir}
......
......@@ -932,7 +932,7 @@ make
\section{Set up the objectstore VFS backend}
First we create the new objectstore VFS backend using a simple executable:
\begin{verbatim}
$ <cta_build_dir>/objectstore/makeMinimalVFS
$ <cta_build_dir>/objectstore/cta-objectstore-initialize
\end{verbatim}
This command will return the newly created path to the VFS backend. Now we give it full permissions:
\begin{verbatim}
......
......@@ -51,7 +51,7 @@ int main(int argc, char ** argv) {
re.insert();
cta::objectstore::ScopedExclusiveLock rel(re);
re.fetch();
cta::objectstore::AgentReference agr("makeMinimalVFS");
cta::objectstore::AgentReference agr("cta-objectstore-initialize");
cta::objectstore::Agent ag(agr.getAgentAddress(), *be);
ag.initialize();
cta::objectstore::EntryLogSerDeser el("user0", "systemhost", time(NULL));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment