Re: [Pulp-list] pulp 2.8 repos went into waiting state and never ends

2016-05-03 Thread Mallick, Samiron
Could anyone please tell me what went wrong with the repository. One of my
EL7 server registered and was able to fetch contents from CDN. Recently I
found one of the repo stuck after downloading RPMs. It’s never ending. I
rebooted my server, cancelled tasks, deleted the repo and recreated, but no
luck. No if I run sync, it directly going to waiting stage. Earlier I
observed it was starting the task but the start time was same as I ran the
job first time. Even now I am not able to delete the repo as well as it is
showing “Waiting to begin”. I am running Pulp v2.8. Any idea would be
greatly appreciated.



# rpm -qa pulp-server

pulp-server-2.8.2-1.el7.noarch



# pulp-admin rpm repo sync run --repo-id=rhel-6-server-supplementary-rpms

+--+

  Synchronizing Repository [rhel-6-server-supplementary-rpms]

+--+



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





Downloading metadata...

[\]

... completed



Downloading repository content...

[-]

[==] 100%

RPMs:   0/0 items

Delta RPMs: 0/0 items



... completed



Downloading distribution files...

[==] 100%

Distributions: 0/0 items

... completed



Importing errata...

[/]

... completed



Importing package groups/categories...

[-]

... completed



Cleaning duplicate packages...

[|]

... completed



*** AND STUCK HERE ***



# pulp-admin tasks list

+--+

 Tasks

+--+



Operations:  sync

Resources:   rhel-6-server-supplementary-rpms (repository)

State:   Running

Start Time:  2016-05-03T07:06:36Z

Finish Time: Incomplete

Task Id: 2d776d63-fd8a-4e0a-8f32-d2276c85187c



Operations:  publish

Resources:   rhel-6-server-supplementary-rpms (repository)

State:   Waiting

Start Time:  Unstarted

Finish Time: Incomplete

Task Id: 03842c9d-e053-4a6f-a4c4-2d7302be9c8c



# date

Tue May  3 09:22:30 CEST 2016

# pulp-admin rpm repo sync schedules list
--repo-id=rhel-6-server-supplementary-rpms

+--+

   Schedules

+--+



There are no schedules defined for this operation.



# pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms

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





[-]

Running...

[-]

Waiting to begin...



*** AND STUCK HERE ***
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Re: [Pulp-list] pulp 2.8 repos went into waiting state and never ends

2016-05-03 Thread Kodiak Firesmith
I believe you may need to cancel the pending repo sync task before you can
delete the repo.  Maybe try:
 pulp-admin tasks cancel --task-id=2d776d63-fd8a-4e0a-8f32-d2276c85187c
 pulp-admin tasks cancel --task-id=03842c9d-e053-4a6f-a4c4-2d7302be9c8c

Then:
pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms


On Tue, May 3, 2016 at 11:47 AM, Mallick, Samiron  wrote:

> Could anyone please tell me what went wrong with the repository. One of my
> EL7 server registered and was able to fetch contents from CDN. Recently I
> found one of the repo stuck after downloading RPMs. It’s never ending. I
> rebooted my server, cancelled tasks, deleted the repo and recreated, but no
> luck. No if I run sync, it directly going to waiting stage. Earlier I
> observed it was starting the task but the start time was same as I ran the
> job first time. Even now I am not able to delete the repo as well as it is
> showing “Waiting to begin”. I am running Pulp v2.8. Any idea would be
> greatly appreciated.
>
>
>
> # rpm -qa pulp-server
>
> pulp-server-2.8.2-1.el7.noarch
>
>
>
> # pulp-admin rpm repo sync run --repo-id=rhel-6-server-supplementary-rpms
>
> +--+
>
>   Synchronizing Repository [rhel-6-server-supplementary-rpms]
>
> +--+
>
>
>
> This command may be exited via ctrl+c without affecting the request.
>
>
>
>
>
> Downloading metadata...
>
> [\]
>
> ... completed
>
>
>
> Downloading repository content...
>
> [-]
>
> [==] 100%
>
> RPMs:   0/0 items
>
> Delta RPMs: 0/0 items
>
>
>
> ... completed
>
>
>
> Downloading distribution files...
>
> [==] 100%
>
> Distributions: 0/0 items
>
> ... completed
>
>
>
> Importing errata...
>
> [/]
>
> ... completed
>
>
>
> Importing package groups/categories...
>
> [-]
>
> ... completed
>
>
>
> Cleaning duplicate packages...
>
> [|]
>
> ... completed
>
>
>
> *** AND STUCK HERE ***
>
>
>
> # pulp-admin tasks list
>
> +--+
>
>  Tasks
>
> +--+
>
>
>
> Operations:  sync
>
> Resources:   rhel-6-server-supplementary-rpms (repository)
>
> State:   Running
>
> Start Time:  2016-05-03T07:06:36Z
>
> Finish Time: Incomplete
>
> Task Id: 2d776d63-fd8a-4e0a-8f32-d2276c85187c
>
>
>
> Operations:  publish
>
> Resources:   rhel-6-server-supplementary-rpms (repository)
>
> State:   Waiting
>
> Start Time:  Unstarted
>
> Finish Time: Incomplete
>
> Task Id: 03842c9d-e053-4a6f-a4c4-2d7302be9c8c
>
>
>
> # date
>
> Tue May  3 09:22:30 CEST 2016
>
> # pulp-admin rpm repo sync schedules list
> --repo-id=rhel-6-server-supplementary-rpms
>
> +--+
>
>Schedules
>
> +--+
>
>
>
> There are no schedules defined for this operation.
>
>
>
> # pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms
>
> This command may be exited via ctrl+c without affecting the request.
>
>
>
>
>
> [-]
>
> Running...
>
> [-]
>
> Waiting to begin...
>
>
>
> *** AND STUCK HERE ***
>
> ___
> Pulp-list mailing list
> Pulp-list@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-list
>
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Re: [Pulp-list] pulp 2.8 repos went into waiting state and never ends

2016-05-03 Thread Mallick, Samiron
Yes Kodiak, there is no such task for this repo. I forgot to mention that
tasks i cancelled several times aw well. That did not worked for me. even
if i cancel task, reboot the server and try to execute, it enters into
waiting stage again.

On Tue, May 3, 2016 at 9:23 PM, Kodiak Firesmith 
wrote:

> I believe you may need to cancel the pending repo sync task before you can
> delete the repo.  Maybe try:
>  pulp-admin tasks cancel --task-id=2d776d63-fd8a-4e0a-8f32-d2276c85187c
>  pulp-admin tasks cancel --task-id=03842c9d-e053-4a6f-a4c4-2d7302be9c8c
>
> Then:
> pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms
>
>
> On Tue, May 3, 2016 at 11:47 AM, Mallick, Samiron <
> samiron.mall...@gmail.com> wrote:
>
>> Could anyone please tell me what went wrong with the repository. One of
>> my EL7 server registered and was able to fetch contents from CDN. Recently
>> I found one of the repo stuck after downloading RPMs. It’s never ending. I
>> rebooted my server, cancelled tasks, deleted the repo and recreated, but no
>> luck. No if I run sync, it directly going to waiting stage. Earlier I
>> observed it was starting the task but the start time was same as I ran the
>> job first time. Even now I am not able to delete the repo as well as it is
>> showing “Waiting to begin”. I am running Pulp v2.8. Any idea would be
>> greatly appreciated.
>>
>>
>>
>> # rpm -qa pulp-server
>>
>> pulp-server-2.8.2-1.el7.noarch
>>
>>
>>
>> # pulp-admin rpm repo sync run --repo-id=rhel-6-server-supplementary-rpms
>>
>> +--+
>>
>>   Synchronizing Repository [rhel-6-server-supplementary-rpms]
>>
>> +--+
>>
>>
>>
>> This command may be exited via ctrl+c without affecting the request.
>>
>>
>>
>>
>>
>> Downloading metadata...
>>
>> [\]
>>
>> ... completed
>>
>>
>>
>> Downloading repository content...
>>
>> [-]
>>
>> [==] 100%
>>
>> RPMs:   0/0 items
>>
>> Delta RPMs: 0/0 items
>>
>>
>>
>> ... completed
>>
>>
>>
>> Downloading distribution files...
>>
>> [==] 100%
>>
>> Distributions: 0/0 items
>>
>> ... completed
>>
>>
>>
>> Importing errata...
>>
>> [/]
>>
>> ... completed
>>
>>
>>
>> Importing package groups/categories...
>>
>> [-]
>>
>> ... completed
>>
>>
>>
>> Cleaning duplicate packages...
>>
>> [|]
>>
>> ... completed
>>
>>
>>
>> *** AND STUCK HERE ***
>>
>>
>>
>> # pulp-admin tasks list
>>
>> +--+
>>
>>  Tasks
>>
>> +--+
>>
>>
>>
>> Operations:  sync
>>
>> Resources:   rhel-6-server-supplementary-rpms (repository)
>>
>> State:   Running
>>
>> Start Time:  2016-05-03T07:06:36Z
>>
>> Finish Time: Incomplete
>>
>> Task Id: 2d776d63-fd8a-4e0a-8f32-d2276c85187c
>>
>>
>>
>> Operations:  publish
>>
>> Resources:   rhel-6-server-supplementary-rpms (repository)
>>
>> State:   Waiting
>>
>> Start Time:  Unstarted
>>
>> Finish Time: Incomplete
>>
>> Task Id: 03842c9d-e053-4a6f-a4c4-2d7302be9c8c
>>
>>
>>
>> # date
>>
>> Tue May  3 09:22:30 CEST 2016
>>
>> # pulp-admin rpm repo sync schedules list
>> --repo-id=rhel-6-server-supplementary-rpms
>>
>> +--+
>>
>>Schedules
>>
>> +--+
>>
>>
>>
>> There are no schedules defined for this operation.
>>
>>
>>
>> # pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms
>>
>> This command may be exited via ctrl+c without affecting the request.
>>
>>
>>
>>
>>
>> [-]
>>
>> Running...
>>
>> [-]
>>
>> Waiting to begin...
>>
>>
>>
>> *** AND STUCK HERE ***
>>
>> ___
>> Pulp-list mailing list
>> Pulp-list@redhat.com
>> https://www.redhat.com/mailman/listinfo/pulp-list
>>
>
>
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

[Pulp-list] Missing packages?

2016-05-03 Thread Matthew Madey
I've been noticing that although my Pulp sync's are successful, it appears
I'm missing packages. I'm syncing with Red Hat repositories for RHEL6 w/
Pulp, then syncing with Spacewalk. When I sync with Spacewalk, I see the
below error:

131 errata skipped because of empty package list.
Sync completed.
Total time: 17:04:41


I'm missing a lot of recent security updates due to this. Anyone run into
this issue?
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Re: [Pulp-list] pulp 2.8 repos went into waiting state and never ends

2016-05-03 Thread Brian Bouterse
Kodiak is right that the second task stuck at "Waiting to Begin" is
likely waiting behind another operation on that same repo. Canceling the
one prior will likely allow the later one to start.

How many workers are running and how many do you expect? You can see
what Pulp thinks with:  `pulp-admin status`

You can compare that to your pulp processes on all of your Pulp servers
with `sudo ps -awfux | grep celery`.

Also you can look at the task details with -vv to see the worker the
halted task is assigned to. Something like `pulp-admin -vv tasks details
--task-id 03842c9d-e053-4a6f-a4c4-2d7302be9c8c.`

Unfortunately you'll have to see the worker in the raw response with -vv
because of [0].

[0]: https://pulp.plan.io/issues/1832

-Brian


On 05/03/2016 11:53 AM, Kodiak Firesmith wrote:
> I believe you may need to cancel the pending repo sync task before you
> can delete the repo.  Maybe try:
>  pulp-admin tasks cancel --task-id=2d776d63-fd8a-4e0a-8f32-d2276c85187c
>  pulp-admin tasks cancel --task-id=03842c9d-e053-4a6f-a4c4-2d7302be9c8c
> 
> Then:
> pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms
> 
> 
> On Tue, May 3, 2016 at 11:47 AM, Mallick, Samiron
> mailto:samiron.mall...@gmail.com>> wrote:
> 
> Could anyone please tell me what went wrong with the repository. One
> of my EL7 server registered and was able to fetch contents from CDN.
> Recently I found one of the repo stuck after downloading RPMs. It’s
> never ending. I rebooted my server, cancelled tasks, deleted the
> repo and recreated, but no luck. No if I run sync, it directly going
> to waiting stage. Earlier I observed it was starting the task but
> the start time was same as I ran the job first time. Even now I am
> not able to delete the repo as well as it is showing “Waiting to
> begin”. I am running Pulp v2.8. Any idea would be greatly appreciated.
> 
>  
> 
> # rpm -qa pulp-server
> 
> pulp-server-2.8.2-1.el7.noarch
> 
>  
> 
> # pulp-admin rpm repo sync run
> --repo-id=rhel-6-server-supplementary-rpms
> 
> +--+
> 
>   Synchronizing Repository [rhel-6-server-supplementary-rpms]
> 
> +--+
> 
>  
> 
> This command may be exited via ctrl+c without affecting the request.
> 
>  
> 
>  
> 
> Downloading metadata...
> 
> [\]
> 
> ... completed
> 
>  
> 
> Downloading repository content...
> 
> [-]
> 
> [==] 100%
> 
> RPMs:   0/0 items
> 
> Delta RPMs: 0/0 items
> 
>  
> 
> ... completed
> 
>  
> 
> Downloading distribution files...
> 
> [==] 100%
> 
> Distributions: 0/0 items
> 
> ... completed
> 
>  
> 
> Importing errata...
> 
> [/]
> 
> ... completed
> 
>  
> 
> Importing package groups/categories...
> 
> [-]
> 
> ... completed
> 
>  
> 
> Cleaning duplicate packages...
> 
> [|]
> 
> ... completed
> 
>  
> 
> *** AND STUCK HERE ***
> 
>  
> 
> # pulp-admin tasks list
> 
> +--+
> 
>  Tasks
> 
> +--+
> 
>  
> 
> Operations:  sync
> 
> Resources:   rhel-6-server-supplementary-rpms (repository)
> 
> State:   Running
> 
> Start Time:  2016-05-03T07:06:36Z
> 
> Finish Time: Incomplete
> 
> Task Id: 2d776d63-fd8a-4e0a-8f32-d2276c85187c
> 
>  
> 
> Operations:  publish
> 
> Resources:   rhel-6-server-supplementary-rpms (repository)
> 
> State:   Waiting
> 
> Start Time:  Unstarted
> 
> Finish Time: Incomplete
> 
> Task Id: 03842c9d-e053-4a6f-a4c4-2d7302be9c8c
> 
>  
> 
> # date
> 
> Tue May  3 09:22:30 CEST 2016
> 
> # pulp-admin rpm repo sync schedules list
> --repo-id=rhel-6-server-supplementary-rpms
> 
> +--+
> 
>Schedules
> 
> +--+
> 
>  
> 
> There are no schedules defined for this operation.
> 
>  
> 
> # pulp-admin rpm repo delete --repo-id=rhel-6-server-supplementary-rpms
> 
> This command may be exited via ctrl+c without affecting the request.
> 
>  
> 
>  
> 
> [-]
> 
> Running...
> 
> [-]
> 
> Waiting to begin...
> 
>  
> 
> *** AND STUCK HERE ***
> 
> 
> ___
> Pulp-list mailing list
> Pulp-list@redhat.com 
> https://www.redhat.com/mailman/listinfo/pulp-list
> 
> 
> 
> 
> ___

[Pulp-list] Pulp 2.8.3 Beta 2 released - Security & Bug fixes

2016-05-03 Thread Sean Myers
Pulp, along with the Puppet (pulp_puppet) and RPM (pulp_rpm) plugins,
has been updated to 2.8.3, Beta 2.

This release also includes betas for OSTree plugin (pulp_ostree) version
1.1.1, the Docker plugin (pulp_docker) version 2.0.1, and the Python plugin
(pulp_python) version 1.1.1.

The release is available in the pulp beta repository for 2.8:
https://repos.fedorapeople.org/repos/pulp/pulp/beta/2.8/

Migrations will need to be run for this release. See the Upgrade Instructions
below for more details.


Security Issues Addressed
=

CVE-2016-3111 (Low Impact):
pulp.spec generates its RSA keys for message signing insecurely
https://pulp.plan.io/issues/1837

CVE-2016-3112 (Moderate Impact):
Pulp consumer private keys are world-readable
https://pulp.plan.io/issues/1834

CVE-2016-3107 (Moderate Impact):
Node certificate containing private key stored in world-readable file
https://pulp.plan.io/issues/1833

CVE-2016-3108 (Moderate Impact):
Insecure temporary file used when generating certificate for Pulp Nodes
https://pulp.plan.io/issues/1830

CVE-2016-3106 (Low Impact):
Insecure creation of temporary directory when generating new CA key
https://pulp.plan.io/issues/1827

Additionally, CVE-2013-7450 was announced during this release cycle, even 
though it was fixed in Pulp 2.3.0. Users who have upgraded from Pulp < 2.3.0 
may still be vulnerable, action may be required (see below).
https://bugzilla.redhat.com/show_bug.cgi?id=1003326

See the upgrade instructions below for more information on addressing these
vulnerabilities.


Issues Addressed


  Docker Support
1818Add migration - content units to standard storage path.
  Nectar
1820Fix checking for config.proxy_username
  OSTree Support
1106relative_path should be checked for url collision
  Pulp
1576content type mongo id searches not working
1764SELinux denial on Celery attempting to read resolv.conf
1771requests or urllib3 can't read a file which causes Nectar to 
fail mysteriously
1801Pulp celery_beat and resource_manager are running, but logs say 
they are not running
1802Pulp 2.8 client no longer supports sha1 RPM checksum type
1809python 2.6 incompatibility during set_importer
1747Import upload task has unexpected/missing information on error
1784regression: "pulp-admin rpm repo search" with filters does not 
work as expected
1834CVE-2016-3112: Pulp consumer private keys are world-readable
1837CVE-2016-3111: pulp.spec generates its RSA keys for message 
signing insecurely
1791After upgrading from 2.7.1 to pulp 2.8.0 getting 403 error's on 
all my Pulp repo's.
1794A Pulp unit test is failing to find a certificate to be valid
1824iso repo publish fails for file in subdirectories
1827CVE-2016-3106: Insecure creation of temporary directory when 
generating new CA key
1830CVE-2016-3108: Insecure temporary file used when generating 
certificate for Pulp Nodes
1833CVE-2016-3107: Node certificate containing private key stored 
in world-readable file
1601Migrate /var/lib/pulp/content to new 2.8 storage paths.
1815Create a common 2.8 storage path migration to be used by plugins
  Puppet Support
1780PLP: Update failed (The dotted field 
'thomasmckay-rsync-0.4.1-thomasmckay'
1817Add migration - content units to standard storage path.
  Python Support
1855Upload broken
1819Add migration - content units to standard storage path.
  RPM Support
1869Resynchronizing rhel repos seems to be failing after upgrade
1768Unable to sync RHEL 5 repositories with a distribution
1792recursive and depsolving unit copy results in 
PulpExecutionException
1843Pulp publishes invalid PULP_DISTRIBUTION.xml metadata
1778Switching a repository to immediate from on_demand doesn't 
download its packages
1828pulp doesn't sync reference title correctly from errata
1835export fails when units are not downloaded
1782None in generated XML for 
unit with no 'reboot_suggested'
1808exporting a sufficiently large repo with 'on_demand' policy 
results in BSON error
1812Comps.xml upload succeeds but units are not associated to the 
repo.
1813Handle duplicate key error in comps.xml upload
1856publishing kickstart repo fails on EL6
1816Add migration - content units to standard storage path.


Upgrade instructions


Some of the CVEs require user interaction to remedy. Begin by upgrading to  
Pulp 2.8.3, and running migrations:

$ sudo systemctl stop httpd pulp_workers pulp_resource_manager pulp_celerybeat 
goferd
$ sudo yum upgrade
$ sudo -u apache pulp-manage-db
$ sudo systemctl start httpd pulp_wo

[Pulp-list] story grooming

2016-05-03 Thread Dennis Kliban
I have received some feedback on the proposed story grooming process. I have 
made some changes based on that feedback and moved the content to a public 
etherpad[0].

The main difference from the first version is the lack of the "groomed" state 
for a story. Once the author thinks a story has all the details outlined in the 
etherpad, the story is marked as sprint candidate and discussed at sprint 
planning. 

Please provide feedback in etherpad or on list.

  Thanks,
  Dennis


[0] https://etherpad.net/p/pulp-story-planning

___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list


Re: [Pulp-list] pulp 2.8 repos went into waiting state and never ends

2016-05-03 Thread Mallick, Samiron
Hey Brian, thanks for the reply.

*From the below output I could see "resource_worker-1" is responsible for
this task and I have 4 worker displayed on the server.*



# pulp-admin tasks list

+--+

 Tasks

+--+



Operations:  sync

Resources:   rhel-6-server-supplementary-rpms (repository)

State:   Waiting

Start Time:  Unstarted

Finish Time: Incomplete

Task Id: 49b83f70-e6d6-4cdb-9c5a-93c20c31d697





# pulp-admin -vv tasks details --task-id
49b83f70-e6d6-4cdb-9c5a-93c20c31d697

+--+

  Task Details

+--+



2016-05-04 04:55:33,231 - DEBUG - sending GET request to
/pulp/api/v2/tasks/49b83f70-e6d6-4cdb-9c5a-93c20c31d697/

2016-05-04 04:55:33,362 - INFO - GET request to
/pulp/api/v2/tasks/49b83f70-e6d6-4cdb-9c5a-93c20c31d697/ with parameters
None

2016-05-04 04:55:33,362 - INFO - Response status : 200



2016-05-04 04:55:33,363 - INFO - Response body :

{

  "exception": null,

  "task_type": "pulp.server.managers.repo.sync.sync",

  "_href": "/pulp/api/v2/tasks/49b83f70-e6d6-4cdb-9c5a-93c20c31d697/",

  "task_id": "49b83f70-e6d6-4cdb-9c5a-93c20c31d697",

  "tags": [

"pulp:repository:rhel-6-server-supplementary-rpms",

"pulp:action:sync"

  ],

  "finish_time": null,

  "_ns": "task_status",

  "start_time": null,

  "traceback": null,

  "spawned_tasks": [],

  "progress_report": {},

  "queue": "reserved_resource_worke...@mysrv.dq",

  "state": "waiting",

  "worker_name": "reserved_resource_worker-1@mysrv",

  "result": null,

  "error": null,

  "_id": {

"$oid": "572964399b70a2ea1d2694aa"

  },

  "id": "572964399b70a2ea1d2694aa"

}



Operations:   sync

Resources:rhel-6-server-supplementary-rpms (repository)

State:Waiting

Start Time:   Unstarted

Finish Time:  Incomplete

Result:   Incomplete

Task Id:  49b83f70-e6d6-4cdb-9c5a-93c20c31d697

Progress Report:





# pulp-admin status

+--+

  Status of the server

+--+



Api Version:   2

Database Connection:

  Connected: True

Known Workers:

  _id:scheduler@mysrv

  _ns:workers

  Last Heartbeat: 2016-05-04T02:53:34Z

  _id:reserved_resource_worker-3@mysrv

  _ns:workers

  Last Heartbeat: 2016-05-04T02:54:00Z

  _id:reserved_resource_worker-2@mysrv

  _ns:workers

  Last Heartbeat: 2016-05-04T02:54:00Z

  _id:resource_manager@mysrv

  _ns:workers

  Last Heartbeat: 2016-05-04T02:54:00Z

  _id:reserved_resource_worker-1@mysrv

  _ns:workers

  Last Heartbeat: 2016-05-04T02:54:01Z

  _id:reserved_resource_worker-0@mysrv

  _ns:workers

  Last Heartbeat: 2016-05-04T02:54:03Z

Messaging Connection:

  Connected: True

Versions:

  Platform Version: 2.8.2



# ps -awfux | grep celery

root  4637  0.0  0.0 112644   960 pts/0S+   04:56
0:00  \_ grep --color=auto celery

apache1592  0.0  1.4 667716 56368 ?Ssl  May03   0:26
/usr/bin/python /usr/bin/celery worker -A pulp.server.async.app -n
resource_manager@%h -Q resource_manager -c 1 --events --umask 18
--pidfile=/var/run/pulp/resource_manager.pid --heartbeat-interval=30

apache2921  0.0  1.4 667664 54296 ?Sl   May03   0:13  \_
/usr/bin/python /usr/bin/celery worker -A pulp.server.async.app -n
resource_manager@%h -Q resource_manager -c 1 --events --umask 18
--pidfile=/var/run/pulp/resource_manager.pid --heartbeat-interval=30

apache1616  0.0  1.4 667996 56400 ?Ssl  May03   0:27
/usr/bin/python /usr/bin/celery worker -n reserved_resource_worker-0@%h -A
pulp.server.async.app -c 1 --events --umask 18
--pidfile=/var/run/pulp/reserved_resource_worker-0.pid
--heartbeat-interval=30

apache2919  0.0  1.4 741536 54564 ?Sl   May03   0:11  \_
/usr/bin/python /usr/bin/celery worker -n reserved_resource_worker-0@%h -A
pulp.server.async.app -c 1 --events --umask 18
--pidfile=/var/run/pulp/reserved_resource_worker-0.pid
--heartbeat-interval=30

apache1626  0.0  1.5 668560 59524 ?Ssl  May03   0:29
/usr/bin/python /usr/bin/celery worker -n reserved_resource_worker-1@%h -A
pulp.server.async.app -c 1 --events --umask 18
--pidfile=/var/run/pulp/reserved_resource_worker-1.pid
--heartbeat-interval=30

apache4561  0.0  1.4 668560 56260 ?S04:47   0:00  \_
/usr/bin/python /usr/bin/celery worker -n reserved_resource_worker-1@%h -A
pulp.server.async.app -c 1 --events --umask 18
--pidfile=/var/run/pulp/reserved_resource_w