Project

Profile

Help

Story #5120

closed

As a user, I can filter tasks by their 'reserved_resources'

Added by dkliban@redhat.com almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 56
Quarter:

Description

User migrating from Pulp 2 will create an instance of a Migration Plan in Pulp 3 by uploading the migration plan as JSON. Then the user is going to dispatch a task to execute the Migration Plan. All the progress from running the migration plan task is going to be recorded using Progress Reports for the Task. While the user is currently able to perform a GET on a specific Task to check progress, the user is unable to find a Task associated with a particular Migration Plan. This makes it difficult to know if a specific Migration Plan has been executed or not.

The ReservedResource object is ephemeral. As a result, the Task API does not include the reserved resources. A filter for tasks on 'reserved_resources' would require the following changes:

- Add a ReservedResourceRecord model that has the same fields as ReservedResource
- Create an instance of ReservedResourceRecord when creating ReservedResource
- Add a 'reserved_resources' field to the TaskSerializer that will get data from the ReservedResourceRecord table
- Extend the TaskFilter with a 'reserved_resources' filter


Related issues

Has duplicate Migration Plugin - Story #5080: As a user, I can track which tasks were using a specific Migration PlanCLOSED - DUPLICATEttereshc

Actions
Actions #1

Updated by dkliban@redhat.com almost 5 years ago

  • Tracker changed from Issue to Story
  • % Done set to 0
Actions #2

Updated by dkliban@redhat.com almost 5 years ago

  • Description updated (diff)
Actions #3

Updated by daviddavis almost 5 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes

I would probably call it a TaskResource since it's not reserved once the task is finished. Also this could be used in the future to store other resources that the task acts upon but does not need to explicitly lock. But other than that I think this task is ready to be worked on. Setting to groomed.

Actions #4

Updated by dkliban@redhat.com almost 5 years ago

  • Description updated (diff)
  • Groomed changed from Yes to No
  • Sprint Candidate changed from Yes to No
Actions #5

Updated by dkliban@redhat.com almost 5 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
Actions #6

Updated by rchan almost 5 years ago

  • Sprint set to Sprint 56
Actions #7

Updated by rchan almost 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #8

Updated by ipanova@redhat.com almost 5 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to lmjachky
Actions #9

Updated by ttereshc almost 5 years ago

  • Has duplicate Story #5080: As a user, I can track which tasks were using a specific Migration Plan added
Actions #10

Updated by ipanova@redhat.com almost 5 years ago

  • Description updated (diff)
Actions #11

Updated by lmjachky over 4 years ago

  • Status changed from ASSIGNED to POST

Added by Lubos Mjachky over 4 years ago

Revision 0c51cba1 | View on GitHub

Implement filter for duplicated reserved_resources

closes #5120 https://pulp.plan.io/issues/5120

Actions #12

Updated by Anonymous over 4 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #13

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF