Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Currently profiling Enable/Disable happens as a part of import flow. It is run during tendrl-gluster-integration sds_sync. Time taken by profiling gets added to the import time which increases the overall import time. If profiling job can be run as a separate post import job, the import timing can be reduced. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: N/A Actual results: Profiling job is done as par of import process. Expected results: Profiling job should be a separate job run by the import flow when it finishes and the user should be able to track the progress of profiling job like all the other jobs. Additional info: This enhancement is towards reducing overall import time for a cluster in WA
Asking for validation of QE understanding of this rfe/bugfix bug: * Import job doesn't change profiling on gluster side at all. * User can start import, asking for profiling to be enabled/disabled in the same way, as it's implemented right now, so there are no changes in UI of import screen. * When Import task finishes, the Enable/Disable Profiling job is started if needed, so that: - start of the enable/disable profiling job is handled by backend (it should work even when one closes the browser after starting import) - user is notified about the fact, that the profiling job has been started, if it's logged in web ui (in the same way as done when user uses "enable/disable profiling" switch in cluster or volume list page) * Cluster is visible in Grafana after import job is finished, with data which doesn't require profiling to be enabled. Is our understanding correct? Additional question: how to use import cluster API after this change. Complete example would help.
Is this still a valid requirement?
@shubhendu, This not a valid requirement anymore. We are keeping the profiling as a part of the import job. Hence, the bz can be closed.
@anmol, I would request this to be closed with proper comments.
When this BZ was filed, there was plan to shift the profiling out of the import job. But during the recent testing, it was figured out that this wouldn't make much improvement to reduce the import time for WA, which was the sole purpose of bringing in this change. Thus this BZ is no longer required and hence I am closing this BZ.