Bug 1380384 - The 'delay' option affects actions it should not
Summary: The 'delay' option affects actions it should not
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: fence-virt
Version: 6.8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Ryan McCabe
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-29 12:40 UTC by Miroslav Lisik
Modified: 2017-11-15 00:42 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-15 00:42:46 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Miroslav Lisik 2016-09-29 12:40:30 UTC
Description of problem:

The 'delay' option affects following fence actions:
monitor
list
status
null
on
off
reboot


Version-Release number of selected component (if applicable):
fence-virt-0.2.3-19.el6

How reproducible:
always

Steps to Reproduce:
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o metadata 2>&1 > /dev/null

real    0m0.002s
user    0m0.000s
sys     0m0.001s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o monitor 2>&1 > /dev/null

real    0m5.048s
user    0m0.038s
sys     0m0.009s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o list 2>&1 > /dev/null

real    0m5.511s
user    0m0.037s
sys     0m0.010s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o status 2>&1 > /dev/null

real    0m5.050s
user    0m0.037s
sys     0m0.010s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o null 2>&1 > /dev/null

real    0m5.050s
user    0m0.043s
sys     0m0.005s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o on 2>&1 > /dev/null

real    0m5.050s
user    0m0.040s
sys     0m0.006s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o off 2>&1 > /dev/null

real    0m5.056s
user    0m0.037s
sys     0m0.011s
[root@virt-154 ~]# time fence_xvm -w 5 -H virt-159 -o reboot 2>&1 > /dev/null

real    0m5.051s
user    0m0.039s
sys     0m0.008s


Actual results:
Actions affected by 'delay' options: monitor, list, status, null, on, off, reboot.

Expected results:
Actions affected by 'delay' options: off, reboot.

Comment 6 Chris Feist 2017-11-15 00:42:46 UTC
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production
3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent
Priority Bug Fix Advisories (RHBAs) may be released as they become available.

The official life cycle policy can be reviewed here:

http://redhat.com/rhel/lifecycle

This issue does not meet the inclusion criteria for the Production 3 Phase and
will be marked as CLOSED/WONTFIX. If this remains a critical requirement,
please contact Red Hat Customer Support to request a re-evaluation of the
issue, citing a clear business justification. Note that a strong business
justification will be required for re-evaluation. Red Hat Customer Support can
be contacted via the Red Hat Customer Portal at the following URL:

https://access.redhat.com/


Note You need to log in before you can comment on or make changes to this bug.