A few questions about the File plugin raised during planning.  Your input is greatly appreciated.

#1
-------------------------------------------------
Should the path component of the URL be used to prefix the paths of the files?

For example url: http:/files.org/a/b/c/images/
manifest contains:

d/e/file1.img, <size>, <digest>


Content (unit) created with path *NOT* prefixed using path component of the URL.
This is how the File plugin currently works in pulp3:

FileContent:
   path = d/e/file1.img

-or-

Content (unit) created with path *IS* prefixed using path component of the URL:

FileContent:
   path = a/b/c/images/d/e/file1.img


#2
-------------------------------------------------
Does the File Importer need to support both /Mirror/ and /Additive/ synchronization policies?  Currently, only supports /Mirror/.


#3
-------------------------------------------------

When 2+ content (units) in the repository have the same path but _different_ digests - what should the publisher do?  Publish the newest?



Thanks!
_______________________________________________
Pulp-dev mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pulp-dev

Reply via email to