Skip to content

Commit 02385d2

Browse files
committed
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.
1 parent 2341b95 commit 02385d2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/cloudlinuxos/isolates/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Enables the CloudLinux Isolates feature server-wide in "Allow All" mode. All use
141141

142142
```
143143
# cagefsctl --site-isolation-allow-all
144-
Website isolation was allowed for all users.
144+
CloudLinux Isolates was allowed for all users.
145145
```
146146

147147
**Notes:**
@@ -166,7 +166,7 @@ Disables the CloudLinux Isolates feature server-wide and switches to "Deny All"
166166

167167
```
168168
# cagefsctl --site-isolation-deny-all
169-
Website isolation was denied for all users.
169+
CloudLinux Isolates was denied for all users.
170170
```
171171

172172
**Warning:** This command will:
@@ -210,10 +210,10 @@ Allows CloudLinux Isolates for one or more specific users.
210210

211211
```
212212
# cagefsctl --site-isolation-allow john
213-
Website isolation was allowed for user(s): john
213+
CloudLinux Isolates was allowed for user(s): john
214214
215215
# cagefsctl --site-isolation-allow john jane
216-
Website isolation was allowed for user(s): john, jane
216+
CloudLinux Isolates was allowed for user(s): john, jane
217217
```
218218

219219
***
@@ -241,7 +241,7 @@ Denies CloudLinux Isolates for one or more specific users and disables all their
241241

242242
```
243243
# cagefsctl --site-isolation-deny john
244-
Website isolation was denied for user(s): john
244+
CloudLinux Isolates was denied for user(s): john
245245
```
246246

247247
**Notes:**
@@ -269,7 +269,7 @@ Toggles the isolation user mode between "Allow All" and "Deny All" without modif
269269

270270
```
271271
# cagefsctl --site-isolation-toggle-mode
272-
Website isolation user mode toggled to 'deny_all'.
272+
CloudLinux Isolates user mode toggled to 'deny_all'.
273273
```
274274

275275
**Notes:**
@@ -301,11 +301,11 @@ Enables CloudLinux Isolates for one or more specified domains.
301301

302302
```
303303
# cagefsctl --site-isolation-enable example.com
304-
Website isolation was enabled for domain(s),
304+
CloudLinux Isolates was enabled for domain(s),
305305
example.com
306306
307307
# cagefsctl --site-isolation-enable site1.com site2.com
308-
Website isolation was enabled for domain(s),
308+
CloudLinux Isolates was enabled for domain(s),
309309
site1.com,site2.com
310310
```
311311

@@ -346,7 +346,7 @@ Disables CloudLinux Isolates for one or more specified domains.
346346

347347
```
348348
# cagefsctl --site-isolation-disable example.com
349-
Website isolation was disabled for domain(s),
349+
CloudLinux Isolates was disabled for domain(s),
350350
example.com
351351
```
352352

@@ -385,11 +385,11 @@ Lists all users and domains that have CloudLinux Isolates enabled.
385385
```
386386
# cagefsctl --site-isolation-list
387387
388-
Domains with enabled website isolation for user john:
388+
Domains with enabled CloudLinux Isolates for user john:
389389
example.com
390390
mysite.org
391391
392-
Domains with enabled website isolation for user jane:
392+
Domains with enabled CloudLinux Isolates for user jane:
393393
shop.example.com
394394
```
395395

@@ -398,7 +398,7 @@ shop.example.com
398398
```
399399
# cagefsctl --site-isolation-list john
400400
401-
Domains with enabled website isolation for user john:
401+
Domains with enabled CloudLinux Isolates for user john:
402402
example.com
403403
mysite.org
404404
```
@@ -407,7 +407,7 @@ mysite.org
407407

408408
```
409409
# cagefsctl --site-isolation-list
410-
No users with enabled Website isolation
410+
No users with enabled CloudLinux Isolates
411411
```
412412

413413
***
@@ -430,7 +430,7 @@ Regenerates the CloudLinux Isolates configuration for specified users. Use this
430430

431431
```
432432
# cagefsctl --site-isolation-regenerate john jane
433-
Regenerated configuration website isolation for users:
433+
Regenerated configuration CloudLinux Isolates for users:
434434
john
435435
jane
436436
```
@@ -605,18 +605,18 @@ The `--user` option is only required when running as root.
605605

606606
#### Common Issues
607607

608-
**"Website isolation is not enabled"**
608+
**"CloudLinux Isolates is not enabled"**
609609

610610
```
611611
# Solution: Allow server-wide first
612612
cagefsctl --site-isolation-allow-all
613613
```
614614

615-
**"Website isolation feature is not available on this platform"**
615+
**"CloudLinux Isolates feature is not available on this platform"**
616616

617617
The server does not have the required packages installed. Ensure all [prerequisite packages](#minimum-package-versions) are installed and up to date.
618618

619-
**"Website isolation is not allowed for user \<username\>"**
619+
**"CloudLinux Isolates is not allowed for user \<username\>"**
620620

621621
```
622622
# Solution: Allow for the specific user

0 commit comments

Comments
 (0)