Skip to content
Snippets Groups Projects
Commit 5ad5eb78 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Added comment on createTape function of the catalogue

parent 274667dd
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,9 @@ public:
virtual std::list<common::dataStructures::LogicalLibrary> getLogicalLibraries() const = 0;
virtual void modifyLogicalLibraryComment(const common::dataStructures::SecurityIdentity &cliIdentity, const std::string &name, const std::string &comment) = 0;
/**
* The createTape function does not take the lbp bool value as it defaults to false. The lbp can only be changed through the labelTape command.
*/
virtual void createTape(const common::dataStructures::SecurityIdentity &cliIdentity, const std::string &vid, const std::string &logicalLibraryName, const std::string &tapePoolName,
const std::string &encryptionKey, const uint64_t capacityInBytes, const bool disabledValue, const bool fullValue, const std::string &comment) = 0;
virtual void deleteTape(const std::string &vid) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment