[Pulp-list] artifact creation using chunk upload of big package

Juan Cabrera juan.cabrera at unamur.be
Fri Jul 5 13:08:15 UTC 2019


Hi David

This morning I made a test sequence and open a ticket

https://pulp.plan.io/issues/5087

Yes, I see that the update file is deleted when the artifact is created.

When I get the artifact creation error, the upload HREF is not deleted,
which could be normal as there was a error.

But when I clean all the server uploads using API

for u in $(http $PORT/pulp/api/v3/uploads/ | jq -r '.results[] |
._href'); do
    echo $u
    http DELETE $PORT$u
done

The files are not deleted.

Juan

On 5/07/19 12:44, David Davis wrote:
> Juan,
>
> There is in fact a 2GB limit currently on artifact size. I consider
> this a bug and I filed this issue:
>
> https://pulp.plan.io/issues/4998
>
> The file in /var/lib/pulp/upload should be deleted once it's imported
> as an artifact. I'm guessing it's maybe not happening since the server
> is throwing an error.
>
> David
>
>
> On Thu, Jul 4, 2019 at 12:31 PM Juan Cabrera <juan.cabrera at unamur.be
> <mailto:juan.cabrera at unamur.be>> wrote:
>
>     Hi,
>
>     In my previous mail I forget to say that I updated the Pulp version to
>     3.0.0rc3
>
>     pulp_source_dir: "git+https://github.com/pulp/pulpcore.git@3.0.0rc3"
>     pulp_plugin_source_dir:
>     "git+https://github.com/pulp/pulpcore-plugin.git@0.1.0rc3"
>     pulp_install_plugins:
>       pulp-rpm:
>         app_label: "rpm"
>         source_dir: "git+https://github.com/pulp/pulp_rpm.git@3.0.0b4"
>
>     Juan
>
>     _______________________________________________
>     Pulp-list mailing list
>     Pulp-list at redhat.com <mailto:Pulp-list at redhat.com>
>     https://www.redhat.com/mailman/listinfo/pulp-list
>
-- 

Juan CABRERA
Correspondant informatique
Département de Mathématiques

T. 081724919
juan.cabrera at unamur.be <mailto:juan.cabrera at unamur.be>
http://staff.unamur.be/jbcabrer

Université de Namur ASBL
Rue de Bruxelles 61 - 5000 Namur
Belgique

Let’s respect the environment together.
Only print this message if necessary!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20190705/97b979c0/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imeaphandldelikd.png
Type: image/png
Size: 9356 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20190705/97b979c0/attachment.png>


More information about the Pulp-list mailing list