Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 193671 Details for
Bug 288031
pm-utils should freeze xfs filesystems
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/usr/lib/pm-utils/sleep.d/99xfs - freeze filesystems while suspended
99xfs (text/plain), 305 bytes, created by
Jeremy Fitzhardinge
on 2007-09-12 17:10:16 UTC
(
hide
)
Description:
/usr/lib/pm-utils/sleep.d/99xfs - freeze filesystems while suspended
Filename:
MIME Type:
Creator:
Jeremy Fitzhardinge
Created:
2007-09-12 17:10:16 UTC
Size:
305 bytes
patch
obsolete
>#!/bin/bash > >XFSFREEZE=/usr/sbin/xfs_freeze > >[ -x $XFSFREEZE ] || exit 0 > >XFSFS=$(awk '$3=="xfs" { print $2 }' /proc/mounts) > >case "$1" in > hibernate|suspend) > for x in $XFSFS; do > $XFSFREEZE -f $x > done > ;; > thaw|resume) > for x in $XFSFS; do > $XFSFREEZE -u $x > done > ;; > *) > ;; >esac > >exit $?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 288031
: 193671