Run
/u01/app/11.2.0/grid/bin/crsctl query css votedisk
to see the status and location of voting disk (in the following image it's the second command displayed just after ocrcheck command)

Create on the shared OCFS2 file system a directory where relocate the voting disk and set the right permissions. I've created ocr (useful for me for relocate also OCR file on OCFS2 file system) and css directories, owned by oracle:
chown -R oracle.oinstall css
Now it's time to run the following command (on the image below just look at the second command issued. On the first one I've missed to write the voting disk file name):
/u01/app/11.2.0/grid/bin/crsctl replace votedisk /u02/ocfs2/css/vdisk
but I received the following errors:
CRS-4256: Updating the profile
Failed to update the profile with the new discovery string
CRS-4000: Command Replace failed, or completed with errors.
And indeed the voting disk is still on Oracle ASM
Under css directory, a file was created. Having a look on permissions granted on that vdisk file... we can see it's owned by oracle.root.
chown oracle.oinstall vdisk



