<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:23:46 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-16073] double lctl snapshot_mount results in unmount</title>
                <link>https://jira.whamcloud.com/browse/LU-16073</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;HPE bug-id: LUS-10650&lt;br/&gt;
&#160;&lt;br/&gt;
When snapshot fs is mounted on the server already and if &amp;lt; lctl snapshot_mount &amp;gt; is issued again, snapshot fs is getting unmounted from the server.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[root@cslmo4702 ~]# mount -t lustre
pool-mds65/mdt65 on /data/mdt65 type lustre (ro,svname=testfs-MDT0000,mgs,osd=osd-zfs)
pool-mds65/mdt65@snap_test_fo on /mnt/snap_test_fo_MDT0000 type lustre (ro,svname=36cd4520-MDT0000,nomgs,rdonly_dev,mgs,osd=osd-zfs)

[root@cslmo4702 ~]# lctl snapshot_list -F testfs
filesystem_name: testfs
snapshot_name: snap_test_fo
snapshot_fsname: 36cd4520
modify_time: Tue Dec 7 13:35:05 2021
create_time: Tue Dec 7 13:35:05 2021
status: mounted

[root@cslmo4702 ~]# lctl snapshot_mount -F testfs -n snap_test_fo
Can&apos;t mount the snapshot snap_test_fo: No such process

[root@cslmo4702 ~]# lctl snapshot_list -F testfs
filesystem_name: testfs
snapshot_name: snap_test_fo
snapshot_fsname: 36cd4520
modify_time: Tue Dec 7 13:35:05 2021
create_time: Tue Dec 7 13:35:05 2021
status: not mount

[root@cslmo4702 ~]# mount -t lustre
pool-mds65/mdt65 on /data/mdt65 type lustre (ro,svname=testfs-MDT0000,mgs,osd=osd-zfs)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If we try the same operation with the `mount -t lustre` command instead of `lctl snapshot_mount` command then it works correctly (EALREADY is returned).&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[root@cslmo4702 ~]# mount -t lustre -o rdonly_dev pool-mds65/mdt65@snap_test_fo /mnt/snap_test_fo_MDT0000
mount.lustre: mount pool-mds65/mdt65@snap_test_fo at /mnt/snap_test_fo_MDT0000 failed: Operation already in progress
The target service is already running. (pool-mds65/mdt65@snap_test_fo)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Lustre filesystem with ZFS as backend filesystem.</environment>
        <key id="71608">LU-16073</key>
            <summary>double lctl snapshot_mount results in unmount</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="akash-b">Akash B</assignee>
                                    <reporter username="akash-b">Akash B</reporter>
                        <labels>
                            <label>ZFS</label>
                            <label>server</label>
                    </labels>
                <created>Wed, 3 Aug 2022 14:23:47 +0000</created>
                <updated>Wed, 5 Oct 2022 05:58:11 +0000</updated>
                            <resolved>Wed, 5 Oct 2022 05:58:11 +0000</resolved>
                                    <version>Upstream</version>
                    <version>Lustre 2.15.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="343660" author="gerrit" created="Tue, 16 Aug 2022 04:05:42 +0000"  >&lt;p&gt;&quot;Akash B &amp;lt;akash-b@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48224&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48224&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16073&quot; title=&quot;double lctl snapshot_mount results in unmount&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16073&quot;&gt;&lt;del&gt;LU-16073&lt;/del&gt;&lt;/a&gt; tests: double snapshot mount reproducer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5815b8dd98e21ff46b7bc93839f1867a5b9101da&lt;/p&gt;</comment>
                            <comment id="343661" author="gerrit" created="Tue, 16 Aug 2022 04:05:43 +0000"  >&lt;p&gt;&quot;Akash B &amp;lt;akash-b@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48225&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48225&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16073&quot; title=&quot;double lctl snapshot_mount results in unmount&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16073&quot;&gt;&lt;del&gt;LU-16073&lt;/del&gt;&lt;/a&gt; utils: double snapshot_mount fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 125f5aa627bb5dc5b870566a9353e2789688f019&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>zfs</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>zfs</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i02w5r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>