Hi,

For xfs file system, fsck is not necessary.

For the record on the man page of fsck.xfs "fsck.xfs - do nothing, successfully"

On rare occasion you could need xfs_repair !

Regards,

JYL


Le 13/01/2021 à 22:28, Matt Martz a écrit :
Those are the `dump` and `passno` arguments for the module.

On Wed, Jan 13, 2021 at 3:26 PM [email protected] <mailto:[email protected]> <[email protected] <mailto:[email protected]>> wrote:


    Hello there,

    I have the following task:

    - name: Mount /dev/testvg/testlv
    mount:
    path: /test
    src: /dev/testvg/testlv
    fstype: xfs
    opts: defaults
    state: present

    I'm using the mount module. I'm trying to achieve inserting the
    following line into fstab:

    /dev/testvg/testlv /test xfs defaults 1 2

    However, when running the playbook, I get the following result:

    /dev/testvg/testlv /test xfs defaults 0 0

    How can I set 1 2 instead of 0 0 with the mount module?

    Regards,

    Josue.
-- You received this message because you are subscribed to the Google
    Groups "Ansible Project" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to [email protected]
    <mailto:[email protected]>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/ansible-project/44080506-2213-48ef-8f7a-d9b0ff18bdbcn%40googlegroups.com
    
<https://groups.google.com/d/msgid/ansible-project/44080506-2213-48ef-8f7a-d9b0ff18bdbcn%40googlegroups.com?utm_medium=email&utm_source=footer>.



--
Matt Martz
@sivel
sivel.net <http://sivel.net>
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v_RnzFkf-YozE7sB7e59uY3%2BDeK8fJjc6v%3DcVe7eNuuyw%40mail.gmail.com <https://groups.google.com/d/msgid/ansible-project/CAD8N0v_RnzFkf-YozE7sB7e59uY3%2BDeK8fJjc6v%3DcVe7eNuuyw%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d7599af6-cb06-06ed-c410-a6e00f4d7e16%40lenhof.eu.org.

Reply via email to