From 2153150aac0f360cc3bba11ea745ee7c5de5e38d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 27 Feb 2019 19:22:13 +0100 Subject: Fix + image --- _posts/2019-2-27-Fibrechannel-Linux.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_posts/2019-2-27-Fibrechannel-Linux.md') diff --git a/_posts/2019-2-27-Fibrechannel-Linux.md b/_posts/2019-2-27-Fibrechannel-Linux.md index 0caedeb..ef764a6 100644 --- a/_posts/2019-2-27-Fibrechannel-Linux.md +++ b/_posts/2019-2-27-Fibrechannel-Linux.md @@ -25,6 +25,10 @@ As a last step, we need to configure the target. To enter the configuration util First we need to set up a backstore by either choosing a block device or using an image file on disk as our storage. Run `cd backstores` and then change into the subdir you want (eg `cd fileio`). Then run `create [size]`. This creates our backstore wich we then need to target. Go to `/qla2xxx` and `create `. Next we need to specify a lun (targetted backstore) by `cd /luns` and then `create /backstores/`. Finally we need to allow access by creating an access control entry by `cd /qla2xxx//acls` and then `create `. -After a reboot of the initiator machine, the device should show up as a blockdevice with `lsblk` and should behace like any other blockdevice. +After a reboot of the initiator machine, the device should show up as a blockdevice with `lsblk` and should behave like any other blockdevice. To permanently save your config go to `/` and type `saveconfig`. + +Your config could look something like this: + +![Config]({{ site.baseurl }}/images/fcsan_config.png) -- cgit v1.2.3