Project

Profile

Help

Issue #604

closed

can't see the effect of -v option for docker upload

Added by igulina@redhat.com about 9 years ago. Updated about 5 years ago.

Status:
CLOSED - NOTABUG
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version - Docker:
master
Platform Release:
Target Release - Docker:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

Description of problem:

I didn't notice any extra information about the upload process, which -v option is claimed to display

Version-Release number of selected component (if applicable):

pulp-server-2.5.0-0.14.beta.fc20.noarch

docker-io-1.3.0-1.fc20.x86_64
pulp-docker-plugins-0.2.1-0.2.beta.fc20.noarch
python-pulp-docker-common-0.2.1-0.2.beta.fc20.noarch
pulp-docker-admin-extensions-0.2.1-0.2.beta.fc20.noarch

How reproducible:
always

Steps to Reproduce:

pulp-admin docker repo uploads upload --help

Command: upload
Description: uploads one or more units into a repository

Available Arguments:

--bg          - if specified, the client process will end immediately (the
                task will continue to run on the server)
--repo-id     - (required) unique identifier; only alphanumeric, ., -, and _
                allowed
--file, -f    - full path to a file to upload; may be specified multiple times
                for multiple files
--dir, -d     - full path to a directory containing files to upload; may be
                specified multiple times for multiple directories
-v            - display extra information about the upload process
--mask-id, -m - image id of an ancestor image that should not be added to the
                repository. The masked ancestor and any ancestors of that
                image will be skipped from importing into the repository.

pulp-admin docker repo create --repo-id funtik

Repository [funtik] successfully created

pulp-admin docker repo uploads upload --repo-id funtik -f /root/fedora.tar

--------------------------------------------------------------------
Unit Upload
--------------------------------------------------------------------

Extracting necessary metadata for each request...
[==================================================] 100%
Analyzing: fedora.tar
... completed

Creating upload requests on the server...
[==================================================] 100%
Initializing: fedora.tar
... completed

Starting upload of selected units. If this process is stopped through ctrl+c,
the uploads will be paused and may be resumed later using the resume command or
cancelled entirely using the cancel command.

Uploading: fedora.tar
[==================================================] 100%
385859072/385859072 bytes
... completed

Importing into the repository...
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

Deleting the upload request...
... completed

pulp-admin docker repo create --repo-id belladonna

Repository [belladonna] successfully created

pulp-admin docker repo uploads upload --repo-id belladonna -v -f /root/fedora.tar

--------------------------------------------------------------------
Unit Upload
--------------------------------------------------------------------

Extracting necessary metadata for each request...
[==================================================] 100%
Analyzing: fedora.tar
... completed

Files to be uploaded:
fedora.tar

Creating upload requests on the server...
[==================================================] 100%
Initializing: fedora.tar
... completed

Starting upload of selected units. If this process is stopped through ctrl+c,
the uploads will be paused and may be resumed later using the resume command or
cancelled entirely using the cancel command.

Uploading: fedora.tar
[==================================================] 100%
385859072/385859072 bytes
... completed

Importing into the repository...
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

Deleting the upload request...
... completed

pulp-admin docker repo create --repo-id mokus

Repository [mokus] successfully created

pulp-admin docker repo uploads upload --repo-id belladonna -f /root/fedora.tar -v

--------------------------------------------------------------------
Unit Upload
--------------------------------------------------------------------

Extracting necessary metadata for each request...
[==================================================] 100%
Analyzing: fedora.tar
... completed

Files to be uploaded:
fedora.tar

Creating upload requests on the server...
[==================================================] 100%
Initializing: fedora.tar
... completed

Starting upload of selected units. If this process is stopped through ctrl+c,
the uploads will be paused and may be resumed later using the resume command or
cancelled entirely using the cancel command.

Uploading: fedora.tar
[==================================================] 100%
385859072/385859072 bytes
... completed

Importing into the repository...
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

Deleting the upload request...
... completed

+ This bug was cloned from Bugzilla Bug #1159900 +

Actions #1

Updated by bmbouter about 9 years ago

  • Severity changed from Low to 1. Low
Actions #2

Updated by ipanova@redhat.com almost 9 years ago

  • Status changed from NEW to CLOSED - NOTABUG

Closing this issue as notabug, for more details and explanation see https://github.com/pulp/pulp/pull/1698#issuecomment-77535323

Actions #3

Updated by bmbouter almost 9 years ago

  • Version deleted (2.5)
  • Version - Docker set to master
Actions #4

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF