On Wed, 03 Mar 2010 16:53:49 -0500, Lon Hohberger wrote:<br>> As it happens, the 'fs' file system type looks for child 'fs' resources:<br>> <br>>         <child type="fs" start="1" stop="3"/><br>
> <br>> ... but it does not have an entry for 'lvm', which would be required to<br>> make it work in the order you specified.<br><br>With this argument I understand expected behaviour now, even if not so intuitive imho<br>
Probably it's only me, but I did read the page referred in [1] and I didn't deduce what you write above...<br><br>I intended child as a child from an xml tag inclusion point of view, not in the sense of pre-defined hierarchy between type-specified resources...<br>
In fact there are terms such as "type-specified children" and "untyped children"....<br>In my case lvm is a type-specified child as I understood, so that I thought it should have started after the same level fs resource... not before it<br>
<br>Resuming, you say<br>As it happens, the 'fs' file system type looks for child 'fs' resources<br>I thought <br>As it happens, the 'fs' file system type looks for child resources and starts them based on defined child ordering (so lvm:TEST_TEMP before fs:TEST_TEMP)<br>
Thanks for explanation<br><br>Now, <br>if passing from a running <br><div><div>                <service domain="MAIN" autostart="1" name="TESTSRV"></div><div>                        <ip ref="10.4.5.157"/></div>
<div>                        <lvm ref="TEST_APPL"/></div>
<div>                        <fs ref="TEST_APPL"/></div><div>                        <lvm ref="TEST_DATA"/></div><div>                        <fs ref="TEST_DATA"></div><div>

                                <lvm ref="TEST_TEMP"/></div><div>                                 <fs ref="TEST_TEMP"/></div><div>                        </fs></div><div>                        <script ref="clusterssh"/></div>

<div>                </service><br><br>To your suggested<br><br>  <service domain="MAIN" autostart="1" name="TESTSRV"><br>    <ip ref="10.4.5.157"/><br>    <lvm ref="TEST_APPL"/><br>
    <fs ref="TEST_APPL"/><br>    <lvm ref="TEST_DATA"/><br>    <lvm ref="TEST_TEMP"/><br>    <fs ref="TEST_DATA"><br>      <fs ref="TEST_TEMP"/><br>
    </fs><br>    <script ref="clusterssh"/><br>  </service><br><br>will or will not disrupt service (such as umount/mount of the FS_TEMP filesystem)?<br></div></div><br>Gianluca<br><br><em></em>