Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1322163

Summary: LVM cache: Man page still refers to MQ as the default
Product: Red Hat Enterprise Linux 6 Reporter: Jonathan Earl Brassow <jbrassow>
Component: lvm2Assignee: Zdenek Kabelac <zkabelac>
lvm2 sub component: Cache Logical Volumes (RHEL6) QA Contact: cluster-qe <cluster-qe>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: unspecified    
Priority: unspecified CC: agk, cluster-qe, heinzm, jbrassow, lvm-team, msnitzer, prajnoha, zkabelac
Version: 6.6   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: lvm2-2.02.143-12.el6.x86_64 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1322162 Environment:
Last Closed: 2017-10-13 21:37:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1322162    
Bug Blocks:    

Description Jonathan Earl Brassow 2016-03-29 23:21:02 UTC
+++ This bug was initially created as a clone of Bug #1322162 +++

SMQ is the default in 7.2 (and 6.8), I believe.

Comment 2 Jonathan Earl Brassow 2017-10-13 21:37:40 UTC
this is already fixed... although, the man page is overly verbose about the older MQ policy.  I think we'd rather people simply used the default SMQ.  This output is from 6.9.

   Cache policy

       The  cache subsystem has additional per-LV parameters: the cache policy
       to use, and possibly tunable parameters for the  cache  policy.   Three
       policies  are currently available: "smq" is the default policy, "mq" is
       an older implementation, and "cleaner" is used to force  the  cache  to
       write back (flush) all cached writes to the origin LV.

       The  "mq"  policy  has a number of tunable parameters. The defaults are
       chosen to be suitable for the majority of systems, but in special  cir-
       cumstances, changing the settings can improve performance.

       With  the  --cachepolicy  and --cachesettings options, the cache policy
       and settings can be set when creating a cache  LV,  or  changed  on  an
       existing  cache  LV  (both  options can be used together).  The current
       cache policy and settings of a cache  LV  can  be  displayed  with  the
       cache_policy and cache_settings reporting options:

       lvs -o+cache_policy,cache_settings VG/CacheLV

       Example
       Change the cache policy and settings of an existing cache LV.
       # lvchange --cachepolicy mq --cachesettings \
            'migration_threshold=2048 random_threshold=4' vg/lv1

       lvm.conf(5) allocation/cache_policy
       defines the default cache policy.