4 #include "cvmfs_config.h"
21 #ifndef CVMFS_LIBCVMFS
22 #ifdef FUSE_CAP_EXPORT_SUPPORT
23 #define CVMFS_NFS_SUPPORT
25 #warning "No NFS support, Fuse too old"
47 #include "google/protobuf/stubs/common.h"
55 #ifdef CVMFS_NFS_SUPPORT
93 timestamp_last_ = time(NULL);
109 if (instance.length() > 24)
112 if (!instance_sanitizer.
IsValid(instance)) {
113 boot_error_ =
"invalid instance name (" + instance +
"), " +
114 "only characters a-z, A-Z, 0-9, _ are allowed";
129 boot_error_ =
"Failure: shared local disk cache and alien cache mutually "
130 "exclusive. Please turn off shared local disk cache.";
135 boot_error_ =
"Failure: quota management and alien cache mutually "
136 "exclusive. Please turn off quota limit.";
143 boot_error_ =
"Failure: libcvmfs supports only unmanaged exclusive cache "
152 "'CVMFS_CACHE_BASE' and 'CVMFS_CACHE_DIR' are mutually exclusive";
183 unsigned length_tempdir = file_system->
workspace_.length() + 1;
184 sqlite3_temp_directory =
static_cast<char *
>(sqlite3_malloc(length_tempdir));
185 snprintf(sqlite3_temp_directory,
222 "Overall number of file open operations");
224 "Overall number of directory open operations");
226 "Number of lookups");
228 "Number of negative lookups");
231 "Number of stats for stale (open, meanwhile changed) regular files");
233 "Overall number of statsfs calls");
235 "Number of statsfs calls that accessed the cached statfs info");
238 "Number of links read");
240 "Number of inode forgets");
242 "Number of stale inodes that got replaced by an up-to-date version");
244 "Number of currently opened files");
246 "Number of currently opened directories");
248 "Number of I/O errors"));
250 "EIO returned to calling process. Sum of individual eio counters");
252 "EIO returned to calling process. cvmfs.cc:cvmfs_lookup()");
254 "EIO returned to calling process. cvmfs.cc:ReplyNegative()");
256 "EIO returned to calling process. cvmfs.cc:cvmfs_opendir()");
258 "EIO returned to calling process. cvmfs.cc:cvmfs_open()");
260 "EIO returned to calling process. cvmfs.cc:cvmfs_read()");
262 "EIO returned to calling process. cvmfs.cc:cvmfs_open()");
264 "EIO returned to calling process. cvmfs.cc:cvmfs_read()");
266 "EIO returned to calling process. cvmfs.cc:cvmfs_read()");
294 const string &instance
384 boot_error_ =
"Failure: libcvmfs does not support NFS export.";
457 if (sqlite3_temp_directory) {
458 sqlite3_free(sqlite3_temp_directory);
459 sqlite3_temp_directory = NULL;
488 google::protobuf::ShutdownProtobufLibrary();
500 boot_error_ =
"could not acquire workspace lock (" +
515 boot_error_ =
"could not acquire workspace lock (" +
526 int sqlite_extended_error,
530 int sqlite_error = sqlite_extended_error & 0xFF;
531 switch (sqlite_error) {
532 case SQLITE_INTERNAL:
538 case SQLITE_CANTOPEN:
550 message, sqlite_extended_error);
560 const string &generic_parameter,
561 const string &instance)
567 if ((generic_parameter ==
"CVMFS_CACHE_SHARED") &&
570 return "CVMFS_SHARED_CACHE";
572 if ((generic_parameter ==
"CVMFS_CACHE_ALIEN") &&
575 return "CVMFS_ALIEN_CACHE";
577 if ((generic_parameter ==
"CVMFS_CACHE_SERVER_MODE") &&
580 return "CVMFS_SERVER_CACHE_MODE";
582 if ((generic_parameter ==
"CVMFS_CACHE_QUOTA_LIMIT") &&
585 return "CVMFS_QUOTA_LIMIT";
587 return generic_parameter;
590 return "CVMFS_CACHE_" + instance +
"_" + generic_parameter.substr(12);
613 boot_error_ =
"circular cache definition: " + instance;
621 string instance_type;
623 instance_type =
"posix";
628 if (instance_type ==
"posix") {
630 }
else if (instance_type ==
"ram") {
632 }
else if (instance_type ==
"tiered") {
634 }
else if (instance_type ==
"external") {
637 boot_error_ =
"invalid cache manager type for '" + instance +
"':" +
650 vector<string> cmd_line;
667 if (!plugin_handle->
IsValid()) {
674 if (cache_mgr == NULL) {
675 boot_error_ =
"failed to create external cache manager for " + instance;
695 boot_error_ =
"Failed to setup posix cache '" + instance +
"' in " +
703 const bool ignore_failure = settings.
is_alien;
720 uint64_t sz_cache_bytes;
736 if (optarg ==
"libc") {
738 }
else if (optarg ==
"heap") {
742 MkCacheParm(
"CVMFS_CACHE_MALLOC", instance) +
"=" + optarg;
747 sz_cache_bytes =
RoundUp8(std::max(static_cast<uint64_t>(40 * 1024 * 1024),
754 if (cache_mgr == NULL) {
755 boot_error_ =
"failed to create ram cache manager for " + instance;
790 if (tiered == NULL) {
791 boot_error_ =
"Failed to setup tiered cache manager " + instance;
796 MkCacheParm(
"CVMFS_CACHE_LOWER_READONLY", instance), &optarg) &&
812 "looks like cvmfs has been crashed previously");
816 boot_error_ =
"could not open running sentinel (" +
857 setenv(
"CVMFS_ARCH",
GetArch().c_str(), 1 );
867 if (options_mgr.
GetValue(
"CVMFS_SYSLOG_LEVEL", &optarg))
869 if (options_mgr.
GetValue(
"CVMFS_SYSLOG_FACILITY", &optarg))
871 if (options_mgr.
GetValue(
"CVMFS_USYSLOG", &optarg))
873 if (options_mgr.
GetValue(
"CVMFS_DEBUGLOG", &optarg))
875 if (options_mgr.
GetValue(
"CVMFS_SYSLOG_PREFIX", &optarg)) {
889 #ifdef CVMFS_NFS_SUPPORT
893 string no_nfs_sentinel;
897 no_nfs_sentinel = posix_cache_mgr->
cache_path() +
"/no_nfs_maps." +
name_;
900 const bool ignore_failure = posix_cache_mgr->
alien_cache();
901 CreateFile(no_nfs_sentinel, 0600, ignore_failure);
906 boot_error_ =
"NFS source only works with POSIX cache manager.";
915 if (!no_nfs_sentinel.empty() &&
FileExists(no_nfs_sentinel)) {
916 boot_error_ =
"Cache was used without NFS maps before. "
917 "It has to be wiped out.";
926 boot_error_ =
"Cache directory and workspace must be identical for "
963 if (tokens.size() != 2) {
965 "invalid format for CVMFS_NFS_INTERLEAVED_INODES: " + optarg;
986 int64_t quota_threshold = settings.
quota_limit / 2;
990 "using workspace %s to protect cache database in %s",
992 cache_workspace +=
":" + settings.
workspace;
1003 if (quota_mgr == NULL) {
1004 boot_error_ =
"Failed to initialize shared lru cache";
1014 if (quota_mgr == NULL) {
1023 "cache is already beyond quota size "
1024 "(size: %" PRId64
", capacity: %" PRId64
"), cleaning up",
1026 if (!quota_mgr->
Cleanup(quota_threshold)) {
1037 "CernVM-FS: quota initialized, current size %luMB",
1038 quota_mgr->
GetSize() / (1024 * 1024));
1049 assert(retval == SQLITE_OK);
1050 retval = sqlite3_config(SQLITE_CONFIG_MULTITHREAD);
1051 assert(retval == SQLITE_OK);
1055 retval = sqlite3_vfs_register(sqlite3_vfs_find(
"unix-none"), 1);
1056 assert(retval == SQLITE_OK);
1079 "'CVMFS_CACHE_BASE' and 'CVMFS_CACHE_DIR' are mutually exclusive";
1091 const int mode = 0770;
1113 "failed to load/store %s/uuid",
workspace_.c_str());
1115 assert(uuid_cache_ != NULL);
1171 bool append =
false;
1174 boot_error_ =
"failed to load blacklist " + blacklist;
1181 string config_repository_path;
1183 blacklist = config_repository_path +
"blacklist";
1187 boot_error_ =
"failed to load blacklist from config repository";
1204 bool append =
false;
1248 if (options_mgr == NULL)
1251 fqrn, file_system, options_mgr));
1285 string authz_helper;
1287 authz_helper = optarg;
1290 authz_search_path = optarg;
1322 if (root_hash.
IsNull()) {
1326 bool alt_root_path =
1332 boot_error_ =
"Failed to initialize root file catalog";
1352 unsigned soft_limit;
1353 unsigned hard_limit;
1380 string forced_proxy_template;
1382 forced_proxy_template = optarg;
1384 forced_proxy_template);
1393 if (proxies ==
"") {
1394 boot_error_ =
"failed to discover HTTP proxy servers";
1398 string fallback_proxies;
1400 fallback_proxies = optarg;
1411 std::vector<std::string> host_chain;
1413 if (max_servers > 0 && max_servers < host_chain.size()) {
1414 host_chain.resize(max_servers);
1433 std::string roaming_value;
1438 "DNS roaming is enabled for this repository.");
1450 "DNS roaming is disabled for this repository.");
1462 const bool is_external_data =
true;
1479 public_keys = optarg;
1494 public_keys.c_str());
1498 boot_error_ =
"failed to load trusted certificates";
1515 "overall number of accessed inodes");
1517 "overall number of evicted inodes");
1519 "currently active inodes");
1521 "overall number of inode lookups");
1523 "overall number of successful path lookups");
1525 "overall number of unsuccessful path lookups");
1528 "overall number of added negative cache entries");
1530 "overall number of evicted negative cache entries");
1532 "overall number of prune calls");
1535 "overall number of added page cache entries");
1537 "overall number of evicted page cache entries");
1539 "overall number of direct I/O open calls");
1541 "overall number of open calls where the file's page cache gets flushed");
1543 "overall number of open calls where the file's page cache is reused");
1562 const double memcache_unit_size =
1565 const unsigned memcache_num_units =
1566 mem_cache_size /
static_cast<unsigned>(memcache_unit_size);
1568 const unsigned mask_64 = ~((1 << 6) - 1);
1594 boot_error_ =
"tracer is only supported in the fuse module";
1598 string tracebuffer_file = optarg;
1609 assert(tracebuffer_size <= INT_MAX
1610 && tracebuffer_threshold <= INT_MAX);
1612 "Initialising tracer with buffer size %" PRIu64
" and threshold %" PRIu64,
1613 tracebuffer_size, tracebuffer_threshold);
1635 string history_path;
1643 "failed to open history database (%s)", history_path.c_str());
1652 string repository_date;
1656 if (repository_utctime == 0) {
1657 boot_error_ =
"invalid timestamp in CVMFS_REPOSITORY_DATE: " +
1658 repository_date +
". Use YYYY-MM-DDTHH:MM:SSZ";
1662 retval = tag_db->GetByDate(repository_utctime, &tag);
1664 boot_error_ =
"no repository state as early as utc timestamp " +
1670 "time stamp %s UTC resolved to tag '%s'",
1700 if (history_hash.
IsNull()) {
1709 "tag database for " +
fqrn_,
1731 return max_ttl ? std::min(max_ttl, catalog_ttl_sec) : catalog_ttl_sec;
1755 , uuid_(cvmfs::Uuid::
Create(
""))
1759 , telemetry_aggr_(NULL)
1760 , authz_fetcher_(NULL)
1761 , authz_session_mgr_(NULL)
1762 , authz_attachment_(NULL)
1763 , backoff_throttle_(NULL)
1766 , external_download_mgr_(NULL)
1768 , external_fetcher_(NULL)
1769 , inode_annotation_(NULL)
1771 , chunk_tables_(NULL)
1772 , simple_chunk_tables_(NULL)
1773 , inode_cache_(NULL)
1775 , md5path_cache_(NULL)
1777 , inode_tracker_(NULL)
1778 , dentry_tracker_(NULL)
1779 , page_cache_tracker_(NULL)
1780 , statfs_cache_(NULL)
1781 , resolv_conf_watcher_(NULL)
1782 , max_ttl_sec_(kDefaultMaxTtlSec)
1783 , kcache_timeout_sec_(static_cast<double>(kDefaultKCacheTtlSec))
1784 , fixed_catalog_(false)
1785 , enforce_acls_(false)
1786 , cache_symlinks_(false)
1787 , fuse_expire_entry_(false)
1788 , has_membership_req_(false)
1789 , talk_socket_path_(std::string(
"./cvmfs_io.") + fqrn)
1790 , talk_socket_uid_(0)
1791 , talk_socket_gid_(0)
1869 std::max(0.0, static_cast<double>(
String2Int64(optarg)));
1874 uint64_t statfs_time_cache_valid = 0;
1876 statfs_time_cache_valid =
static_cast<uint64_t
>(
String2Uint64(optarg));
1879 static_cast<int>(statfs_time_cache_valid));
1891 if (
ToUpper(optarg) ==
"ROOTONLY") {
1893 }
else if (
ToUpper(optarg) ==
"NEVER") {
1895 }
else if (
ToUpper(optarg) ==
"ALWAYS") {
1899 "unsupported setting: CVMFS_MAGIC_XATTRS_VISIBILITY=%s",
1904 std::set<gid_t> protected_xattr_gids;
1906 std::vector<string> tmp =
SplitString(optarg,
',');
1908 for (
size_t i = 0; i < tmp.size(); i++) {
1909 std::string trimmed =
Trim(tmp[i]);
1911 "Privileged gid for xattr added: %s", trimmed.c_str());
1912 protected_xattr_gids.insert(static_cast<gid_t>(
String2Uint64(trimmed)));
1915 std::set<std::string> protected_xattrs;
1917 std::vector<string> tmp =
SplitString(optarg,
',');
1919 for (
size_t i = 0; i < tmp.size(); i++) {
1920 std::string trimmed =
Trim(tmp[i]);
1922 "Protected xattr added: %s", trimmed.c_str());
1923 protected_xattrs.insert(trimmed);
1927 if (protected_xattr_gids.count(0) < 1) {
1928 protected_xattr_gids.insert(0);
1930 "Automatically added root to have access to protected xattrs.");
1934 protected_xattrs, protected_xattr_gids);
1957 boot_error_ =
"unknown owner of cvmfs_talk socket: " + optarg;
1969 telemetry_send_rate_sec =
static_cast<int>(
String2Uint64(optarg));
1977 telemetry_send_rate_sec,
1982 "Enable telemetry to report every %d seconds",
1983 telemetry_send_rate_sec);
2042 unsigned timeout_direct;
2055 std::vector<std::string> host_chain;
2066 std::vector<std::string> host_chain;
2068 if (max_servers > 0 && max_servers < host_chain.size()) {
2069 host_chain.resize(max_servers);
2074 string proxies =
"DIRECT";
2080 if (proxies ==
"") {
2081 boot_error_ =
"failed to discover external HTTP proxy servers";
2086 string fallback_proxies;
2088 fallback_proxies = optarg;
2164 if (!uid_map.Read(optarg)) {
2165 boot_error_ =
"failed to parse uid map " + optarg;
2171 if (!gid_map.Read(optarg)) {
2172 boot_error_ =
"failed to parse gid map " + optarg;
perf::Counter * n_eio_07_
IoErrorInfo io_error_info_
OptionsManager * options_mgr()
#define LogCvmfs(source, mask,...)
static const unsigned kDnsDefaultTimeoutMs
bool GetVOMSAuthz(std::string *authz) const
void SetLogSyslogFacility(const int local_facility)
FileSystem * file_system_
Counter * Register(const std::string &name, const std::string &desc)
void SetCounter(perf::Counter *c)
void RegisterFdMapping(int from, int to)
std::string nfs_maps_dir_
void SetLogSyslogLevel(const int level)
void Activate(const int buffer_size, const int flush_threshold, const std::string &trace_file)
download::DownloadManager * download_mgr_
perf::Counter * n_eio_08_
Log2Histogram * hist_fs_forget_multi_
perf::Counter * n_fs_statfs_cached_
static FileWatcher * Create()
void SetupInodeAnnotation()
catalog::InodeAnnotation * inode_annotation_
static NfsMapsSqlite * Create(const std::string &db_dir, const uint64_t root_inode, const bool rebuild, perf::Statistics *statistics_)
std::string workspace_fullpath_
static SqliteHistory * Open(const std::string &file_name)
void SetHostChain(const std::string &host_list)
static const unsigned kTracerFlushThreshold
virtual uint64_t GetSize()
static Publisher * Create(const SettingsPublisher &settings)
void SetLowSpeedLimit(const unsigned low_speed_limit)
perf::Counter * n_fs_stat_stale_
Log2Histogram * hist_fs_opendir_
bool volatile_flag() const
virtual bool Cleanup(const uint64_t leave_size)
double kcache_timeout_sec_
signature::SignatureManager * signature_mgr_
void CreateFile(const std::string &path, const int mode, const bool ignore_failure)
perf::Counter * n_fs_lookup_
AuthzSessionManager * authz_session_mgr_
static const unsigned kDefaultRetries
string Trim(const string &raw, bool trim_newline)
string JoinStrings(const vector< string > &strings, const string &joint)
int fd_connection() const
perf::Statistics * statistics_
download::DownloadManager * download_mgr_
static const unsigned kDefaultTimeoutSec
bool CheckInstanceName(const std::string &instance)
perf::Statistics * statistics_
Log2Histogram * hist_fs_readlink_
static void SetupLoggingStandalone(const OptionsManager &options_mgr, const std::string &prefix)
void SetProxyChain(const std::string &proxy_list, const std::string &fallback_proxy_list, const ProxySetModes set_mode)
static NfsMapsLeveldb * Create(const std::string &leveldb_dir, const uint64_t root_inode, const bool rebuild, perf::Statistics *statistics)
perf::Counter * n_eio_total_
bool IsOn(const std::string ¶m_value) const
std::string GetUniqFileSuffix()
StatfsCache * statfs_cache_
download::DownloadManager * external_download_mgr_
MagicXattrManager * magic_xattr_mgr_
CacheManager * SetupCacheMgr(const std::string &instance)
const SettingsPublisher & settings() const
perf::Statistics * statistics_
static const char * kDefaultBlacklist
virtual bool AcquireQuotaManager(QuotaManager *quota_mgr)
static const unsigned kDefaultMaxTtl
bool CreateDownloadManagers()
std::string talk_socket_path_
perf::Counter * n_fs_stat_
perf::Counter * n_eio_05_
perf::Counter * no_open_files_
assert((mem||(size==0))&&"Out Of Memory")
static void SetupGlobalEnvironmentParams()
bool UnregisterVfsRdOnly()
CacheManager * SetupRamCacheMgr(const std::string &instance)
static void LogSqliteError(void *user_data __attribute__((unused)), int sqlite_extended_error, const char *message)
static void CleanupInstance()
void EnableFuseExpireEntry()
static const unsigned kNfsMaps
string StringifyTime(const time_t seconds, const bool utc)
PosixCacheSettings DeterminePosixCacheSettings(const std::string &instance)
void SetDnsServer(const std::string &address)
void AssignGlobalArenas()
virtual CacheManagerIds id()=0
void SetLogMicroSyslog(const std::string &filename)
bool IsOff(const std::string ¶m_value) const
perf::Counter * n_eio_01_
bool HasConfigRepository(const std::string &fqrn, std::string *config_path)
std::set< std::string > constructed_instances_
bool DetermineRootHash(shash::Any *root_hash)
static double GetEntrySize()
#define SetLogDebugFile(filename)
void SetTimeout(const unsigned seconds_proxy, const unsigned seconds_direct)
bool CreateCatalogManager()
struct cvmcache_object_info __attribute__
void RemapCatalogFd(int from, int to)
static const unsigned kNfsNone
std::string path_crash_guard_
IntegerMap< uint64_t > OwnerMap
catalog::WritableCatalogManager * catalog_mgr_
static const char * kDefaultAuthzSearchPath
FileSystem(const FileSystemInfo &fs_info)
static const unsigned kLibPathCacheSize
OptionsManager * options_mgr_
Log2Histogram * hist_fs_getattr_
Log2Histogram * hist_fs_releasedir_
bool FileExists(const std::string &path)
bool LoadTrustedCaCrl(const std::string &path_list)
void DisableCacheSymlinks()
void SetDnsTtlLimits(const unsigned min_seconds, const unsigned max_seconds)
perf::Counter * n_fs_readlink_
void Init(const unsigned max_pool_handles, const perf::StatisticsTemplate &statistics)
int64_t String2Int64(const string &value)
void SetMaxTtlMn(unsigned value_minutes)
string ToUpper(const string &mixed_case)
static const unsigned kDefaultBackoffInitMs
perf::Counter * n_fs_forget_
MountPoint(const std::string &fqrn, FileSystem *file_system, OptionsManager *options_mgr)
void GetLimitNoFile(unsigned *soft_limit, unsigned *hard_limit)
static TelemetryAggregator * Create(Statistics *statistics, int send_rate, OptionsManager *options_mgr, const std::string &fqrn, const TelemetrySelector type)
void SetProxyGroupResetDelay(const unsigned seconds)
static CacheManager * Create(CacheManager *upper_cache, CacheManager *lower_cache)
static const unsigned kDefaultNumConnections
void Set(const int64_t val)
static const unsigned kNfsMapsHa
lru::Md5PathCache * md5path_cache_
vector< string > SplitString(const string &str, char delim)
bool RegisterVfsRdOnly(CacheManager *cache_mgr, perf::Statistics *statistics, const VfsOptions options)
static AuthzSessionManager * Create(AuthzFetcher *authz_fetcher, perf::Statistics *statistics)
std::string membership_req_
glue::DentryTracker * dentry_tracker_
perf::Counter * n_fs_read_
signature::SignatureManager * signature_mgr_
perf::Counter * n_eio_06_
static const char * kDefaultCacheMgrInstance
bool HasSuffix(const std::string &str, const std::string &suffix, const bool ignore_case)
bool IsRevisionBlacklisted()
virtual uint64_t GetCapacity()
glue::PageCacheTracker * page_cache_tracker_
bool found_previous_crash_
const char kSuffixCatalog
loader::Failures boot_status_
Failures Fetch(const std::string &base_url, const std::string &repository_name, const uint64_t minimum_timestamp, const shash::Any *base_catalog, signature::SignatureManager *signature_manager, download::DownloadManager *download_manager, ManifestEnsemble *ensemble)
bool CheckPosixCacheSettings(const PosixCacheSettings &settings)
perf::TelemetryAggregator * telemetry_aggr_
perf::Counter * n_fs_inode_replace_
ChunkTables * chunk_tables_
CacheManager * cache_mgr()
void SetupDnsTuning(download::DownloadManager *manager)
cvmfs::Uuid * uuid_cache_
unsigned GetEffectiveTtlSec()
int TryLockFile(const std::string &path)
bool MkdirDeep(const std::string &path, const mode_t mode, bool verify_writable)
int LockFile(const std::string &path)
void SetIpPreference(const dns::IpPreference preference)
static const unsigned kDefaultBackoffMaxMs
lru::InodeCache * inode_cache_
CacheManager * SetupPosixCacheMgr(const std::string &instance)
perf::Counter * n_fs_open_
static uint64_t RoundUp8(const uint64_t size)
bool SetupPosixQuotaMgr(const PosixCacheSettings &settings, CacheManager *cache_mgr)
static SqliteMemoryManager * GetInstance()
static PosixQuotaManager * Create(const std::string &cache_workspace, const uint64_t limit, const uint64_t cleanup_threshold, const bool rebuild_database)
void SetRetryParameters(const unsigned max_retries, const unsigned backoff_init_ms, const unsigned backoff_max_ms)
string StringifyInt(const int64_t value)
static const unsigned kInodeCacheFactor
void SetMaxIpaddrPerProxy(unsigned limit)
DownloadManager * Clone(const perf::StatisticsTemplate &statistics)
void Inc(class Counter *counter)
bool HasPrefix(const string &str, const string &prefix, const bool ignore_case)
perf::Counter * n_eio_04_
Log2Histogram * hist_fs_readdir_
bool GetValue(const std::string &key, std::string *value) const
OptionsManager * options_mgr_
bool LoadBlacklist(const std::string &path_blacklist, bool append)
BackoffThrottle * backoff_throttle_
AuthzAttachment * authz_attachment_
void SetProxyTemplates(const std::string &direct, const std::string &forced)
SimpleChunkTables * simple_chunk_tables_
bool InitFixed(const shash::Any &root_hash, bool alternative_path)
perf::Counter * n_eio_03_
static const unsigned kDefaultNfiles
static FileSystem * Create(const FileSystemInfo &fs_info)
bool has_custom_sqlitevfs_
perf::Counter * n_fs_statfs_
time_t IsoTimestamp2UtcTime(const std::string &iso8601)
static Uuid * Create(const std::string &store_path)
pthread_mutex_t lock_max_ttl_
static const char * kDefaultCacheBase
string ResolveProxyDescription(const string &cvmfs_proxies, const std::string &path_fallback_cache, DownloadManager *download_manager)
uint64_t String2Uint64(const string &value)
static const unsigned kTracerBufferSize
perf::Counter * n_eio_02_
catalog::ClientCatalogManager * catalog_mgr_
void UseSystemCertificatePath()
bool CreateSignatureManager()
std::string error_msg() const
bool GetUidOf(const std::string &username, uid_t *uid, gid_t *main_gid)
static ExternalCacheManager * Create(int fd_connection, unsigned max_open_fds, const std::string &ident)
AuthzFetcher * authz_fetcher_
bool FetchHistory(std::string *history_path)
perf::Statistics * statistics()
shash::Any history() const
static const unsigned kDefaultQuotaLimit
static PosixQuotaManager * CreateShared(const std::string &exe_path, const std::string &cache_workspace, const uint64_t limit, const uint64_t cleanup_threshold, bool foreground)
void ResetErrorCounters()
Log2Histogram * hist_fs_lookup_
bool LoadPublicRsaKeys(const std::string &path_list)
void RegisterHandler(const std::string &file_path, EventHandler *handler)
void GetTimeout(unsigned *seconds_proxy, unsigned *seconds_direct)
static const unsigned kDefaultMemcacheSize
FileSystem * file_system_
std::string repository_tag_
static const unsigned kDefaultMinTtl
void SetDnsParameters(const unsigned retries, const unsigned timeout_ms)
bool CreateResolvConfWatcher()
Any MkFromHexPtr(const HexPtr hex, const char suffix)
static ExternalQuotaManager * Create(ExternalCacheManager *cache_mgr)
Log2Histogram * hist_fs_read_
void SetCatalogWatermark(unsigned limit)
std::vector< std::string > blacklist_paths_
cvmfs::Fetcher * fetcher_
file_watcher::FileWatcher * resolv_conf_watcher_
static const unsigned kDnsDefaultRetries
bool GeoSortServers(std::vector< std::string > *servers, std::vector< uint64_t > *output_order=NULL)
bool SetupExternalDownloadMgr(bool dogeosort)
void SetOwnerMaps(const OwnerMap &uid_map, const OwnerMap &gid_map)
CacheManager * SetupExternalCacheMgr(const std::string &instance)
static void CleanupInstance()
perf::Counter * n_fs_lookup_negative_
Log2Histogram * hist_fs_open_
virtual bool AcquireQuotaManager(QuotaManager *quota_mgr)=0
std::string cache_mgr_instance_
std::string path_workspace_lock_
virtual void IncGeneration(const uint64_t by)=0
Log2Histogram * hist_fs_release_
void SetLogSyslogPrefix(const std::string &prefix)
std::string MakeCanonicalPath(const std::string &path)
static const int kDefaultTelemetrySendRateSec
OptionsManager * options_mgr_
perf::Counter * no_open_dirs_
glue::InodeTracker * inode_tracker_
static PluginHandle * CreatePlugin(const std::string &locator, const std::vector< std::string > &cmd_line)
bool IsDefined(const std::string &key)
static const int kMinimumTelemetrySendRateSec
void GetHostInfo(std::vector< std::string > *host_chain, std::vector< int > *rtt, unsigned *current_host)
void set_membership(const std::string &m)
CacheManager * SetupTieredCacheMgr(const std::string &instance)
std::vector< std::string > FindFilesBySuffix(const std::string &dir, const std::string &suffix)
lru::PathCache * path_cache_
CacheManager * cache_mgr_
static const inode_t kInodeOffset
void SetCredentialsAttachment(CredentialsAttachment *ca)
static ClientCtx * GetInstance()
virtual bool AcquireQuotaManager(QuotaManager *quota_mgr)
cvmfs::Uuid * uuid_cache()
cvmfs::Fetcher * external_fetcher_
perf::Counter * n_fs_dir_open_
static const uint64_t kSizeUnknown
std::string MkCacheParm(const std::string &generic_parameter, const std::string &instance)
void UnlockFile(const int filedes)
void SetInodeAnnotation(InodeAnnotation *new_annotation)
int Fetch(const shash::Any &id, const uint64_t size, const std::string &name, const zlib::Algorithms compression_algorithm, const CacheManager::ObjectType object_type, const std::string &alt_url="", off_t range_offset=-1)
virtual void SetInodeResidue(unsigned residue_class, unsigned remainder)
void SetHostResetDelay(const unsigned seconds)
static MountPoint * Create(const std::string &fqrn, FileSystem *file_system, OptionsManager *options_mgr=NULL)
Log2Histogram * hist_fs_forget_
static PosixCacheManager * Create(const std::string &cache_path, const bool alien_cache, const RenameWorkarounds rename_workaround=kRenameNormal)