Project

Profile

Help

Issue #7726

Updated by ipanova@redhat.com over 3 years ago

These are the current permissions on the files in pulp2 
 ``` 
 ll /var/lib/pulp/content/units/rpm/ff/9be87993b8e77a5d71ecd04cbbaa7a0386d01a068e3365e05eba20836ecee9/ 
 total 4 
 -rw-r--r--. 1 apache pulp 1869 Oct 20 16:53 whale-0.2-1.noarch.rpm 
 ``` 

 Pulp group can only read the file, however if you want to create a hard link you need to have write permission on the file. 
 Pulp tries to create a hard link and fails. 
 This blocks migration.

Back