On Wed, Mar 14, 2018 at 4:27 PM, marcos sr msr.mailing@gmail.com wrote:
Hello, thanks for the help.
Yes
And the commands to discovery iscsi results ok
Such iscsiadm --mode discovery --type sendtargets
And
scsiadm -m node -T
And the disks appear on pvdisplay
Ok. [Try not to top-post]
Let's try to read your disks (replace /dev/sdX with the name of the iscsi disk):
dd if=/dev/sdX count=1 >/dev/null
dd if=/dev/sdX count=1024 >/dev/null
(please, copy the output and error(s))