MCPcopy Index your code
hub / github.com/celer-pkg/celer / checkClientTools

Function checkClientTools

pkgcache/cache_setup.go:420–425  ·  view source on GitHub ↗

checkClientTools verifies that NFS client packages are installed.

()

Source from the content-addressed store, hash-verified

418
419// checkClientTools verifies that NFS client packages are installed.
420func checkClientTools() error {
421 return buildtools.CheckSystemTools([]string{
422 "apt:nfs-common",
423 "yum:nfs-utils",
424 })
425}
426
427// createSystemGroupAndUser creates the celer system user/group if it does not already exist.
428// If requiredGID is set, the group must use that numeric gid.

Callers 1

SetupMethod · 0.85

Calls 1

CheckSystemToolsFunction · 0.92

Tested by

no test coverage detected