Bug 1565479
Summary: | no time for updated-at field | ||||||
---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Lubos Trilety <ltrilety> | ||||
Component: | web-admin-tendrl-api | Assignee: | Shirshendu Mukherjee <smukherj> | ||||
Status: | CLOSED ERRATA | QA Contact: | Filip Balák <fbalak> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rhgs-3.4 | CC: | fbalak, gshanmug, mbukatov, nthomas, rhs-bugs, shtripat | ||||
Target Milestone: | --- | ||||||
Target Release: | RHGS 3.4.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | tendrl-commons-1.6.3-3.el7rhgs | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-09-04 07:03:46 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1503137 | ||||||
Attachments: |
|
This affects Expand operation as well, as can be seen in screenshot 5 in BZ 1566181: https://bugzilla.redhat.com/attachment.cgi?id=1420507 @shubhendu, does this field populated in etcd This is fixed This seems to be fixed for profiling and expand related tasks. --> VERIFIED Tested with: tendrl-ansible-1.6.3-3.el7rhgs.noarch tendrl-api-1.6.3-3.el7rhgs.noarch tendrl-api-httpd-1.6.3-3.el7rhgs.noarch tendrl-commons-1.6.3-4.el7rhgs.noarch tendrl-grafana-plugins-1.6.3-2.el7rhgs.noarch tendrl-grafana-selinux-1.5.4-2.el7rhgs.noarch tendrl-monitoring-integration-1.6.3-2.el7rhgs.noarch tendrl-node-agent-1.6.3-4.el7rhgs.noarch tendrl-notifier-1.6.3-2.el7rhgs.noarch tendrl-selinux-1.5.4-2.el7rhgs.noarch tendrl-ui-1.6.3-1.el7rhgs.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2616 |
Created attachment 1419696 [details] completed/processing times Description of problem: For any profiling task api dooesn't provide updated_at field, which leads to 01 Jan 1970 01:00:00 completed or processing time on UI side. Example of API response: job_id 3095ab37-f57d-43a3-949f-86140f0f6cb3 status finished flow EnableDisableVolumeProfiling parameters {…} created_at 2018-04-09T12:00:09Z updated_at null status_url /jobs/3095ab37-f57d-43a3-949f-86140f0f6cb3/status messages_url /jobs/3095ab37-f57d-43a3-949f-86140f0f6cb3/messages output_url /jobs/3095ab37-f57d-43a3-949f-86140f0f6cb3/output errors null Version-Release number of selected component (if applicable): tendrl-ansible-1.6.1-3.el7rhgs.noarch tendrl-ui-1.6.1-3.el7rhgs.noarch tendrl-selinux-1.5.4-2.el7rhgs.noarch tendrl-commons-1.6.1-3.el7rhgs.noarch tendrl-api-1.6.1-3.el7rhgs.noarch tendrl-api-httpd-1.6.1-3.el7rhgs.noarch tendrl-monitoring-integration-1.6.1-3.el7rhgs.noarch tendrl-grafana-selinux-1.5.4-2.el7rhgs.noarch tendrl-notifier-1.6.0-1.el7rhgs.noarch tendrl-node-agent-1.6.1-3.el7rhgs.noarch tendrl-grafana-plugins-1.6.1-3.el7rhgs.noarch How reproducible: 100% Steps to Reproduce: 1. Import cluster 2. Enable/disable profiling for a volume/cluster 3. Actual results: The Completed/Processing time displayed on UI is as follows 01 Jan 1970 01:00:00 Expected results: There should be some correct time displayed. Additional info: See profiling tasks times on attached screenshot