Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1487151

Summary: Move logger level of wipe after delete REGEX from DEBUG to INFO level
Product: [oVirt] vdsm Reporter: Raz Tamir <ratamir>
Component: GeneralAssignee: Idan Shaby <ishaby>
Status: CLOSED WONTFIX QA Contact: Raz Tamir <ratamir>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.20.0CC: amureini, bugs, ratamir
Target Milestone: ---Keywords: Improvement
Target Release: ---Flags: sbonazzo: ovirt-4.2-
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-03 08:08:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Storage RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1367806    
Bug Blocks:    

Description Raz Tamir 2017-08-31 10:35:34 UTC
Description of problem:

As in our automation, we are counting on the REGEX to validate if the WAD is actually working, we need to change the default logger level to DEBUG.

Please move the following REGEX to INFO logger level:
'Zero volume thread started for volume %s'
'Zero volume thread finished for volume %s'



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


How reproducible:


Steps to Reproduce:
1. Create disk with WAD flag set
2. Remove the disk
3.

Actual results:
In vdsm.log the regex above will appear in DEBUG level

Expected results:
The REGEX should appear in INFO level

Additional info:

Comment 1 Idan Shaby 2017-08-31 13:42:32 UTC
We already have INFO level logs showing when the zero and discard operations are starting and ending:

"Zeroing device (<size>)"
"Zero device <path>"

"Discarding device <path>"
"Discarded device <path>"

The debug logs help us with the thread that do both.
Therefore, I suggest to close this BZ.

Comment 2 Raz Tamir 2017-09-03 08:08:04 UTC
Thanks Idan.

Closing this