File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,6 @@ $ hammer repository synchronize \
49
49
--organization "_My_Organization_" \
50
50
--product "_My_Product_"
51
51
----
52
+
53
+ .Additional resources
54
+ * xref:troubleshooting-synchronization-errors[]
Original file line number Diff line number Diff line change 1
1
:_mod-docs-content-type: REFERENCE
2
2
3
- [id="Troubleshooting_Sync_Errors_{context} "]
4
- = Troubleshooting sync errors
3
+ [id="troubleshooting-synchronization-errors "]
4
+ = Troubleshooting synchronization errors
5
5
6
6
"[Errno 1] Operation not permitted: ..." during repository syncing::
7
7
8
8
[options="nowrap" subs="+quotes,attributes"]
9
9
----
10
- # chown --recursive pulp. pulp /var/lib/pulp/media/
10
+ # chown --recursive pulp: pulp /var/lib/pulp/media/
11
11
----
12
12
13
13
"{"policy":[""" is not a valid choice."]}" during Debian repository syncing::
19
19
20
20
500 API error during syncing with "cryptography.fernet.InvalidToken" in /var/log/messages traceback::
21
21
22
- Run this on the Katello server and every smart proxy.
22
+ Run this on your {ProjectServer} and all {SmartProxyServers}:
23
23
+
24
24
[options="nowrap" subs="+quotes,attributes"]
25
25
----
26
26
# sudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' pulpcore-manager datarepair-2327 --dry-run
27
27
----
28
28
+
29
- If you see values greater than 0 returned from the dry-run :
29
+ If you see values greater than 0, repair the content :
30
30
+
31
31
[options="nowrap" subs="+quotes,attributes"]
32
32
----
Original file line number Diff line number Diff line change @@ -67,11 +67,6 @@ endif::[]
67
67
68
68
:numbered!:
69
69
70
- ifdef::katello[]
71
- [appendix]
72
- include::common/modules/ref_troubleshooting-sync-errors.adoc[leveloffset+=1]
73
- endif::[]
74
-
75
70
[appendix]
76
71
include::common/modules/proc_restoring-manual-changes-overwritten-by-a-puppet-run.adoc[leveloffset=+1]
77
72
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ endif::[]
77
77
[appendix]
78
78
include::common/modules/ref_required-red-hat-repositories.adoc[leveloffset=+1]
79
79
80
+ ifdef::katello[]
81
+ [appendix]
82
+ include::common/modules/ref_troubleshooting-synchronization-errors.adoc[leveloffset+=1]
83
+ endif::[]
84
+
80
85
[appendix]
81
86
include::common/modules/proc_using-an-nfs-share-for-content-storage.adoc[leveloffset=+1]
82
87
endif::[]
You can’t perform that action at this time.
0 commit comments