<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    To mount without heartbeat, you have to make it a local mount.<br>
    Maybe mount.ocfs2 should error out if user specifies heartbeat=...<br>
    <br>
    To make it mount locally:<br>
    umount on all nodes<br>
    tunefs.ocfs2 --fs-features=local /dev/mapper/....<br>
    mount /dev/mapper/...&nbsp; /mnt/path<br>
    <br>
    To revert:<br>
    umount<br>
    tunefs.ocfs2 --fs-features=nolocal /dev/mapper/...<br>
    <br>
    On 09/14/2011 12:23 PM, Ulf Zimmermann wrote:
    <blockquote
cite="mid:867B874CEC2101449E81092D4B3DB7B412FA576656@msmpk02.corp.autc.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
h3
        {mso-style-priority:9;
        mso-style-link:"Heading 3 Char";
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:13.5pt;
        font-family:"Times New Roman","serif";
        color:black;
        font-weight:bold;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
span.tl
        {mso-style-name:tl;}
span.Heading3Char
        {mso-style-name:"Heading 3 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 3";
        font-family:"Cambria","serif";
        color:#4F81BD;
        font-weight:bold;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">Sunil, I was trying to see what the speed
            difference would be if I mount a volume with no heartbeat
            (for copy purpose):<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">dbtest01 root /home/ulf # mount -o
            datavolume,nointr,heartbeat=none
            /dev/mapper/350002ac001380dab /export/coptest/<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">dbtest01 root /home/ulf # mount<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">/dev/mapper/350002ac001380dab on /export/coptest
            type ocfs2
            (rw,_netdev,datavolume,nointr,heartbeat=none,heartbeat=local)<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">This was with o2cb running, is this right? This
            is on EL5 with ocfs2 1.4.7 and tools 1.4.4<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <div style="border-width: medium medium medium 1.5pt;
          border-style: none none none solid; border-color:
          -moz-use-text-color -moz-use-text-color -moz-use-text-color
          blue; padding: 0in 0in 0in 4pt;">
          <div>
            <div style="border-right: medium none; border-width: 1pt
              medium medium; border-style: solid none none;
              border-color: rgb(181, 196, 223) -moz-use-text-color
              -moz-use-text-color; padding: 3pt 0in 0in;">
              <p class="MsoNormal"><b><span style="font-size: 10pt;
                    font-family:
                    &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                    windowtext;">From:</span></b><span style="font-size:
                  10pt; font-family:
                  &quot;Tahoma&quot;,&quot;sans-serif&quot;; color:
                  windowtext;"> <a class="moz-txt-link-abbreviated" href="mailto:ocfs2-users-bounces@oss.oracle.com">ocfs2-users-bounces@oss.oracle.com</a>
                  [<a class="moz-txt-link-freetext" href="mailto:ocfs2-users-bounces@oss.oracle.com">mailto:ocfs2-users-bounces@oss.oracle.com</a>] <b>On
                    Behalf Of </b>Sunil Mushran<br>
                  <b>Sent:</b> Friday, September 09, 2011 9:46 PM<br>
                  <b>To:</b> Hai Tao<br>
                  <b>Cc:</b> <a class="moz-txt-link-abbreviated" href="mailto:ocfs2-users@oss.oracle.com">ocfs2-users@oss.oracle.com</a><br>
                  <b>Subject:</b> Re: [Ocfs2-users] mount type
                  heartbeat=local<o:p></o:p></span></p>
            </div>
          </div>
          <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
          <p class="MsoNormal">That's mount type. Yes, we should not
            have overloaded the term "local".<br>
            <br>
            On 09/09/2011 07:53 PM, Hai Tao wrote: <o:p></o:p></p>
          <div>
            <p class="MsoNormal">but this is what I saw in the guide <span
                class="tl"><o:p></o:p></span></p>
            <h3><a moz-do-not-send="true"
href="http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf"><span
                  style="font-size: 12pt; color: rgb(34, 0, 193);">OCFS2
                  - A Cluster File System For Linux</span></a><o:p></o:p></h3>
            <p class="MsoNormal">&nbsp;<br>
              &nbsp;<b><span style="font-family:
                  &quot;Verdana&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></b></p>
            <p><b><span style="font-family:
                  &quot;Verdana&quot;,&quot;sans-serif&quot;;">Mount
                  Type<o:p></o:p></span></b></p>
            <p class="MsoNormal"><span style="font-family:
                &quot;Verdana&quot;,&quot;sans-serif&quot;;"><o:p>&nbsp;</o:p></span></p>
            <p><span style="font-family:
                &quot;Verdana&quot;,&quot;sans-serif&quot;;">Valid types
                are <o:p></o:p></span></p>
            <p><i><span style="font-family:
                  &quot;Verdana&quot;,&quot;sans-serif&quot;;">cluster </span></i><span
                style="font-family:
                &quot;Verdana&quot;,&quot;sans-serif&quot;;">and <i>local</i>,
                with the former also being the default. Specify</span><o:p></o:p></p>
            <p class="MsoNormal"><i><span style="font-family:
                  &quot;Verdana&quot;,&quot;sans-serif&quot;;"><br>
                  local</span></i><span style="font-family:
                &quot;Verdana&quot;,&quot;sans-serif&quot;;">if you
                intend to use the file system on one node only.</span> <o:p></o:p></p>
            <p><br>
              <br>
              &nbsp;<o:p></o:p></p>
            <div>
              <p class="MsoNormal">Thanks.<o:p></o:p></p>
            </div>
            <div>
              <p class="MsoNormal">&nbsp;<o:p></o:p></p>
            </div>
            <div>
              <p class="MsoNormal">Hai Tao<o:p></o:p></p>
            </div>
            <p class="MsoNormal"><br>
              &nbsp;<o:p></o:p></p>
            <div>
              <div class="MsoNormal" style="text-align: center;"
                align="center">
                <hr id="stopSpelling" size="2" align="center"
                  width="100%"></div>
              <p class="MsoNormal">Date: Fri, 9 Sep 2011 19:04:28 -0700<br>
                From: <a moz-do-not-send="true"
                  href="mailto:sunil.mushran@oracle.com">sunil.mushran@oracle.com</a><br>
                To: <a moz-do-not-send="true"
                  href="mailto:taoh666@hotmail.com">taoh666@hotmail.com</a><br>
                CC: <a moz-do-not-send="true"
                  href="mailto:ocfs2-users@oss.oracle.com">ocfs2-users@oss.oracle.com</a><br>
                Subject: Re: [Ocfs2-users] mount type heartbeat=local<br>
                <br>
                That mount option is appended by mount.ocfs2. It tells
                users<br>
                the heartbeat mode. "none" means non-clustered. "local"
                means<br>
                the heartbeat region is on the mounted volume. This is
                the default<br>
                mode. In 1.8 we have "global" which means the heartbeat
                region<br>
                has been configured on 1+ devices. local and global are
                only<br>
                pertinent in the o2cb stack. If you are using pacemaker,
                you will<br>
                see cluster_stack=pcmk and not heartbeat=.<br>
                <br>
                There is no heartbeat=cluster.<br>
                <br>
                On 09/09/2011 04:43 PM, Hai Tao wrote: <o:p></o:p></p>
              <div>
                <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
                <div id="ecxmpf0_readMsgBodyContainer">
                  <div id="ecxmpf0_MsgContainer">
                    <div>
                      <p class="MsoNormal" style="margin-bottom: 12pt;">Hi,<br>
                        &nbsp;<br>
                        when I mount ocfs2 file system, what the
                        heartbeat=local option means? what is the
                        difference between heartbeat=local and
                        heartbeat=cluster (I know that is default)?<br>
                        <br>
                        <o:p></o:p></p>
                      <div>
                        <p class="MsoNormal">Thanks.<o:p></o:p></p>
                      </div>
                      <div>
                        <p class="MsoNormal">&nbsp;<o:p></o:p></p>
                      </div>
                      <div>
                        <p class="MsoNormal">&nbsp;<o:p></o:p></p>
                      </div>
                      <div>
                        <p class="MsoNormal">Hai<o:p></o:p></p>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
            </div>
          </div>
          <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>