RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 998012 - when /tmp is full services fail over
Summary: when /tmp is full services fail over
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: resource-agents
Version: 6.3
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 6.6
Assignee: David Vossel
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On: 997546
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-16 18:10 UTC by Ryan McCabe
Modified: 2018-12-06 15:14 UTC (History)
9 users (show)

Fixed In Version: resource-agents-3.9.2-33.el6
Doc Type: Bug Fix
Doc Text:
Cause: Filesystem based resources, such as fs.sh and clusterfs.sh, required usage of the /tmp directory during status monitoring. If the /tmp directory became full after mounting the filesystem, the monitor action would fail even though the filesystem is correctly mounted. Consequence: Healthy mounted filesystems failover because the /tmp directory is full. Fix: We no longer make use of the /tmp directory during filesystem monitors. Result: Filesystem monitors do not fail if the /tmp directory is full.
Clone Of: 997546
Environment:
Last Closed: 2013-11-21 05:21:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 454393 0 None None None Never
Red Hat Product Errata RHBA-2013:1541 0 normal SHIPPED_LIVE resource-agents bug fix and enhancement update 2013-11-20 21:40:47 UTC

Comment 8 michal novacek 2013-09-17 15:21:46 UTC
I checked that the resource will not move after the /tmp filesystem is full.

virt-036 # rpm -q resource-agents
resource-agents-3.9.2-33.el6.x86_64

virt-036 # ccs -f /etc/cluster/cluster.conf --lsservices
service: name=ha-fs, domain=le-domain, recovery=relocate
  fs: ref=ha-fs
resources: 
  fs: name=ha-fs, self_fence=1, force_unmount=1, fstype=ext4, device=/dev/ha-vg/ha-lv-0, mountpoint=/exports, fsid=25315

virt-036 # clustat
Cluster Status for STSRHTS11207 @ Tue Sep 17 17:04:05 2013
Member Status: Quorate

 Member Name                       ID   Status
 ------ ----                       ---- ------
 virt-035                          1 Online, rgmanager
 virt-036                          2 Online, Local, rgmanager
 virt-037                          3 Online, rgmanager

 Service Name       Owner (Last)                   State         
 ------- ----       ----- ------                   -----         
 service:ha-fs      virt-036                       started       

virt-036 # mount  | grep exports
/dev/mapper/ha--vg-ha--lv--0 on /exports type ext4 (rw)

virt-036 # dd if=/dev/zero of=/tmp/bigfile
dd: writing to `/tmp/bigfile': No space left on device
9226177+0 records in
9226176+0 records out
4723802112 bytes (4.7 GB) copied, 33.6405 s, 140 MB/s

virt-036 # clustat
Cluster Status for STSRHTS11207 @ Tue Sep 17 17:07:22 2013
Member Status: Quorate

 Member Name                       ID   Status
 ------ ----                       ---- ------
 virt-035                          1 Online, rgmanager
 virt-036                          2 Online, Local, rgmanager
 virt-037                          3 Online, rgmanager

 Service Name       Owner (Last)                   State         
 ------- ----       ----- ------                   -----         
 service:ha-fs      virt-036                       started       

virt-036 # mount | grep exports
/dev/mapper/ha--vg-ha--lv--0 on /exports type ext4 (rw)

Comment 10 errata-xmlrpc 2013-11-21 05:21:23 UTC
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.

http://rhn.redhat.com/errata/RHBA-2013-1541.html


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