Searched refs:hierarchy (Results 1 - 1 of 1) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 602 static int mount_legacy_cgroup_hierarchy(const char *dest, const char *controller, const char *hierarchy, bool read_only) { argument 606 to = strjoina(strempty(dest), "/sys/fs/cgroup/", hierarchy); 682 /* Not a symbolic link, but directly a single cgroup hierarchy */ 697 /* A symbolic link, a combination of controllers in one hierarchy */ 700 log_warning("Ignoring invalid combined hierarchy %s.", combined); 710 log_error("Invalid existing symlink for combined hierarchy"); 714 return log_error_errno(r, "Failed to create symlink for combined hierarchy: %m"); 747 return log_error_errno(errno, "Failed to determine if mount point %s contains the unified cgroup hierarchy: %m", p); 749 log_error("%s is already mounted but not a unified cgroup hierarchy. Refusing.", p); 754 return log_error_errno(errno, "Failed to mount unified cgroup hierarchy t [all...] |
Completed in 3417 milliseconds