Project

Profile

Help

Task #1233

Updated by jortel@redhat.com over 8 years ago

Change the shared storage location to be: 
 <pre> 
 /var/lib/pulp/content/shared/<provider>/<storage_id>/ /var/lib/pulp/content/shared/<type>/<storage_id>/ 
 </pre> 

 Instead of: 

 <pre> 
 /var/lib/pulp/content/shared/<storage_id>/ 
 </pre> 

 Reasons: 
 * Backwards compatible with <= 2.7 (no migration) 
 * Less potential for storage_id collisions 
 * Human readable for troubleshooting 

 The ostree plugin will need to be modified slightly. 

Back