CLOS-4108: Rename 'Website isolation' to 'CloudLinux Isolates' in CLI output code examples#313
Merged
bogdanssh merged 1 commit intocloudlinux:masterfrom Apr 6, 2026
Conversation
… 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames all remaining "Website isolation" strings to "CloudLinux Isolates" in CLI output code example blocks and troubleshooting section headings in the CloudLinux Isolates documentation (
docs/cloudlinuxos/isolates/README.md).This is a follow-up to the prose/heading renaming PR that was merged on 2026-04-02. The current PR addresses the CLI output strings that were intentionally left unchanged in the first PR because they document actual
cagefsctloutput.JIRA: CLOS-4108
Changes (17 instances)
--site-isolation-allow-allexampleWebsite isolation was allowed for all users.CloudLinux Isolates was allowed for all users.--site-isolation-deny-allexampleWebsite isolation was denied for all users.CloudLinux Isolates was denied for all users.--site-isolation-allowexamplesWebsite isolation was allowed for user(s): ...CloudLinux Isolates was allowed for user(s): ...--site-isolation-denyexampleWebsite isolation was denied for user(s): johnCloudLinux Isolates was denied for user(s): john--site-isolation-toggle-modeexampleWebsite isolation user mode toggled to 'deny_all'.CloudLinux Isolates user mode toggled to 'deny_all'.--site-isolation-enableexamplesWebsite isolation was enabled for domain(s), ...CloudLinux Isolates was enabled for domain(s), ...--site-isolation-disableexampleWebsite isolation was disabled for domain(s), ...CloudLinux Isolates was disabled for domain(s), ...--site-isolation-listexamplesDomains with enabled website isolation for user ...Domains with enabled CloudLinux Isolates for user ...--site-isolation-list(empty)No users with enabled Website isolationNo users with enabled CloudLinux Isolates--site-isolation-regenerateexampleRegenerated configuration website isolation for users:Regenerated configuration CloudLinux Isolates for users:"Website isolation is not enabled""CloudLinux Isolates is not enabled""Website isolation feature is not available on this platform""CloudLinux Isolates feature is not available on this platform""Website isolation is not allowed for user <username>""CloudLinux Isolates is not allowed for user <username>"Notes
--site-isolation-*) are intentionally preserved for backward compatibilitycagefsctlutility update) — the docs should only be merged after the utility outputs are updated