Skip to content

Commit 55c36fd

Browse files
Move troubleshooting sync errors
* Add link to appropriate modules which could cause the need to troubleshoot * Fix chown command based on man page: you split user and group by colon * Rename file/anchor/title * Use attributes in favor of Katello server Fixes #1191
1 parent ff2788d commit 55c36fd

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

guides/common/modules/proc_synchronizing-repositories.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ $ hammer repository synchronize \
4949
--organization "_My_Organization_" \
5050
--product "_My_Product_"
5151
----
52+
53+
.Additional resources
54+
* xref:troubleshooting-synchronization-errors[]

guides/common/modules/ref_troubleshooting-sync-errors.adoc renamed to guides/common/modules/ref_troubleshooting-synchronization-errors.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
:_mod-docs-content-type: REFERENCE
22

3-
[id="Troubleshooting_Sync_Errors_{context}"]
4-
= Troubleshooting sync errors
3+
[id="troubleshooting-synchronization-errors"]
4+
= Troubleshooting synchronization errors
55

66
"[Errno 1] Operation not permitted: ..." during repository syncing::
77

88
[options="nowrap" subs="+quotes,attributes"]
99
----
10-
# chown --recursive pulp.pulp /var/lib/pulp/media/
10+
# chown --recursive pulp:pulp /var/lib/pulp/media/
1111
----
1212

1313
"{"policy":[""" is not a valid choice."]}" during Debian repository syncing::
@@ -19,14 +19,14 @@
1919

2020
500 API error during syncing with "cryptography.fernet.InvalidToken" in /var/log/messages traceback::
2121

22-
Run this on the Katello server and every smart proxy.
22+
Run this on your {ProjectServer} and all {SmartProxyServers}:
2323
+
2424
[options="nowrap" subs="+quotes,attributes"]
2525
----
2626
# sudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' pulpcore-manager datarepair-2327 --dry-run
2727
----
2828
+
29-
If you see values greater than 0 returned from the dry-run:
29+
If you see values greater than 0, repair the content:
3030
+
3131
[options="nowrap" subs="+quotes,attributes"]
3232
----

guides/doc-Installing_Server/master.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ endif::[]
6767

6868
:numbered!:
6969

70-
ifdef::katello[]
71-
[appendix]
72-
include::common/modules/ref_troubleshooting-sync-errors.adoc[leveloffset+=1]
73-
endif::[]
74-
7570
[appendix]
7671
include::common/modules/proc_restoring-manual-changes-overwritten-by-a-puppet-run.adoc[leveloffset=+1]
7772

guides/doc-Managing_Content/master.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ endif::[]
7777
[appendix]
7878
include::common/modules/ref_required-red-hat-repositories.adoc[leveloffset=+1]
7979

80+
ifdef::katello[]
81+
[appendix]
82+
include::common/modules/ref_troubleshooting-synchronization-errors.adoc[leveloffset+=1]
83+
endif::[]
84+
8085
[appendix]
8186
include::common/modules/proc_using-an-nfs-share-for-content-storage.adoc[leveloffset=+1]
8287
endif::[]

0 commit comments

Comments
 (0)