Skip to content

Commit ff91cc4

Browse files
authored
# Minor wording changes mirror manager doc (#1406)
1 parent e4001d7 commit ff91cc4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/guides/mirror_management/add_mirror_manager.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ contributors: Amin Vakil, Steven Spencer
77

88
## Minimal requirements for public mirrors
99

10-
We always welcome new public mirrors. But they should be well maintained and hosted in a 24/7 data center like environment. Available bandwidth should be at least 1 GBit/s. We prefer mirrors offering dual-stack (IPv4 & IPv6). Please do not submit mirrors configured using dynamic DNS. If you are offering a mirror in a region that has only few mirrors, we will also accept slower speeds.
10+
We always welcome new public mirrors. But they should be well maintained and hosted in a 24/7 data center like environment. Available bandwidth should be at least 1 GBit/s. We prefer mirrors offering dual-stack (IPv4 & IPv6). Please do not submit mirrors configured using dynamic DNS. We will also accept slower speeds if you are in a region with only a few mirrors.
1111

12-
Please do not submit mirrors which are hosted in a Anycast-CDN like Cloudflare, etc. as this can lead to sub-optimal performance with the selection of fastest mirror in `dnf`.
12+
Please do not submit mirrors hosted in an Anycast-CDN like Cloudflare, etc., as this can lead to sub-optimal performance with selecting the fastest mirror in `dnf`.
1313

14-
Please note that we are not allowed to accept public mirrors in countries subject to US export regulations. You can find a list of those countries here: [https://www.bis.doc.gov/index.php/policy-guidance/country-guidance/sanctioned-destinations](https://www.bis.doc.gov/index.php/policy-guidance/country-guidance/sanctioned-destinations)
14+
Please note that we cannot accept public mirrors in countries subject to US export regulations. You can find a list of those countries here: [https://www.bis.doc.gov/index.php/policy-guidance/country-guidance/sanctioned-destinations](https://www.bis.doc.gov/index.php/policy-guidance/country-guidance/sanctioned-destinations)
1515

1616
As of this writing (late 2022), storage space requirements for mirroring all current and past Rocky Linux releases is about 2 TB.
1717

@@ -43,7 +43,7 @@ For a simple synchronization you can use the following `rsync` command:
4343
```
4444
rsync -aqH --delete source-mirror destination-dir
4545
```
46-
Consider using a locking mechanism to avoid running more than one `rsync` job simultaneously when we push a new release.
46+
Consider using a locking mechanism to avoid running multiple `rsync` job simultaneously when we push a new release.
4747

4848
You can also use and modify our example script implementing locking and full sync if required. It can be found at [https://github.com/rocky-linux/rocky-tools/blob/main/mirror/mirrorsync.sh](https://github.com/rocky-linux/rocky-tools/blob/main/mirror/mirrorsync.sh).
4949

@@ -64,7 +64,7 @@ Access Rocky's Mirror Manager here: https://mirrors.rockylinux.org/mirrormanager
6464

6565
After a successful login, your profile will be on the top right. Select the drop down then click "My sites".
6666

67-
A new page will load listing all of the sites under the account. The first time it will be empty. Click "Register a new site".
67+
A new page will load listing all sites under the account. The first time it will be empty. Click "Register a new site".
6868

6969
A new page will load with an important Export Compliance statement to read. Then fill out the following information:
7070

@@ -80,7 +80,7 @@ Upon clicking "Submit" you will be returned to the main mirror page.
8080

8181
## Configuring the site
8282

83-
From the main mirror page, select the drop down then click "My sites".
83+
Select the drop-down from the main mirror page, then click "My sites".
8484

8585
The account site page will load and the site should be listed. Click on it to go to the Information Site.
8686

@@ -97,8 +97,8 @@ Fill out the following options that are appropriate for the site:
9797
* "Private" - e.g. not available to the public, an internal private mirror
9898
* "Internet2" - on Internet2
9999
* "Internet2 clients" - serves Internet2 clients, even if private
100-
* "ASN - Autonomous System Number, used in BGP routing tables. Only if you are an ISP.
101-
* "ASN Clients? - Serve all clients from the same ASN. Used for ISPs, companies, or schools, not personal networks.
100+
* "ASN" - Autonomous System Number, used in BGP routing tables. Only if you are an ISP.
101+
* "ASN Clients" - Serve all clients from the same ASN. Used for ISPs, companies, or schools, not personal networks.
102102
* "Robot email" - email address, will receive notice of upstream content updates
103103
* "Comment" - text, anything else you'd like a public end user to know about your mirror
104104
* "Max connections" - Maximum parallel download connections per client, suggested via metalinks.

0 commit comments

Comments
 (0)