Well, the kernel message is quite explicit:

> EXT4-fs (sdc): VFS: Can't find ext4 filesystem

Maybe you started the volume mounted on `/dev/vdb` from a snapshot? (So
it's already formatted)  You can check that by running `file -s /dev/XXX`
Example::

         $ sudo file -s /dev/nvme0n1p3
        /dev/nvme0n1p3: Linux rev 1.0 ext4 filesystem data, 
UUID=217cd1cc-9ebe-4708-a4c8-23a0698eb9d1 (needs journal recovery) (extents) 
(64bit) (large files) (huge files)

I would still recommend that you just add an Ansible "filesystem" stanza
before trying to mount the filesystem.

Ciao,
R

--
Riccardo Murri / Email: [email protected] / Tel.: +41 77 458 98 32

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to