From 02385d2047a750636d4c0bd923f5d1211d103f89 Mon Sep 17 00:00:00 2001 From: IvanZhmud <115454408+IvanZhmud@users.noreply.github.com> Date: Sat, 4 Apr 2026 02:11:11 +0200 Subject: [PATCH] CLOS-4108: Rename 'Website isolation' to 'CloudLinux Isolates' in CLI output code examples and troubleshooting headings Updates all CLI output strings in code example blocks and troubleshooting section titles to use the new product name 'CloudLinux Isolates' instead of 'Website isolation'. 17 instances changed across: - Server-wide management examples (allow-all, deny-all) - Per-user management examples (allow, deny, toggle-mode) - Domain-level management examples (enable, disable) - Monitoring examples (list, regenerate) - Troubleshooting error message headings Note: CLI flag names (--site-isolation-*) are intentionally preserved for backward compatibility. --- docs/cloudlinuxos/isolates/README.md | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/cloudlinuxos/isolates/README.md b/docs/cloudlinuxos/isolates/README.md index 0bbe22a9b..19108a790 100644 --- a/docs/cloudlinuxos/isolates/README.md +++ b/docs/cloudlinuxos/isolates/README.md @@ -141,7 +141,7 @@ Enables the CloudLinux Isolates feature server-wide in "Allow All" mode. All use ``` # cagefsctl --site-isolation-allow-all -Website isolation was allowed for all users. +CloudLinux Isolates was allowed for all users. ``` **Notes:** @@ -166,7 +166,7 @@ Disables the CloudLinux Isolates feature server-wide and switches to "Deny All" ``` # cagefsctl --site-isolation-deny-all -Website isolation was denied for all users. +CloudLinux Isolates was denied for all users. ``` **Warning:** This command will: @@ -210,10 +210,10 @@ Allows CloudLinux Isolates for one or more specific users. ``` # cagefsctl --site-isolation-allow john -Website isolation was allowed for user(s): john +CloudLinux Isolates was allowed for user(s): john # cagefsctl --site-isolation-allow john jane -Website isolation was allowed for user(s): john, jane +CloudLinux Isolates was allowed for user(s): john, jane ``` *** @@ -241,7 +241,7 @@ Denies CloudLinux Isolates for one or more specific users and disables all their ``` # cagefsctl --site-isolation-deny john -Website isolation was denied for user(s): john +CloudLinux Isolates was denied for user(s): john ``` **Notes:** @@ -269,7 +269,7 @@ Toggles the isolation user mode between "Allow All" and "Deny All" without modif ``` # cagefsctl --site-isolation-toggle-mode -Website isolation user mode toggled to 'deny_all'. +CloudLinux Isolates user mode toggled to 'deny_all'. ``` **Notes:** @@ -301,11 +301,11 @@ Enables CloudLinux Isolates for one or more specified domains. ``` # cagefsctl --site-isolation-enable example.com -Website isolation was enabled for domain(s), +CloudLinux Isolates was enabled for domain(s), example.com # cagefsctl --site-isolation-enable site1.com site2.com -Website isolation was enabled for domain(s), +CloudLinux Isolates was enabled for domain(s), site1.com,site2.com ``` @@ -346,7 +346,7 @@ Disables CloudLinux Isolates for one or more specified domains. ``` # cagefsctl --site-isolation-disable example.com -Website isolation was disabled for domain(s), +CloudLinux Isolates was disabled for domain(s), example.com ``` @@ -385,11 +385,11 @@ Lists all users and domains that have CloudLinux Isolates enabled. ``` # cagefsctl --site-isolation-list -Domains with enabled website isolation for user john: +Domains with enabled CloudLinux Isolates for user john: example.com mysite.org -Domains with enabled website isolation for user jane: +Domains with enabled CloudLinux Isolates for user jane: shop.example.com ``` @@ -398,7 +398,7 @@ shop.example.com ``` # cagefsctl --site-isolation-list john -Domains with enabled website isolation for user john: +Domains with enabled CloudLinux Isolates for user john: example.com mysite.org ``` @@ -407,7 +407,7 @@ mysite.org ``` # cagefsctl --site-isolation-list -No users with enabled Website isolation +No users with enabled CloudLinux Isolates ``` *** @@ -430,7 +430,7 @@ Regenerates the CloudLinux Isolates configuration for specified users. Use this ``` # cagefsctl --site-isolation-regenerate john jane -Regenerated configuration website isolation for users: +Regenerated configuration CloudLinux Isolates for users: john jane ``` @@ -605,18 +605,18 @@ The `--user` option is only required when running as root. #### Common Issues -**"Website isolation is not enabled"** +**"CloudLinux Isolates is not enabled"** ``` # Solution: Allow server-wide first cagefsctl --site-isolation-allow-all ``` -**"Website isolation feature is not available on this platform"** +**"CloudLinux Isolates feature is not available on this platform"** The server does not have the required packages installed. Ensure all [prerequisite packages](#minimum-package-versions) are installed and up to date. -**"Website isolation is not allowed for user \"** +**"CloudLinux Isolates is not allowed for user \"** ``` # Solution: Allow for the specific user