Skip to content

Commit b6fdee7

Browse files
authored
Fix broken links
Links died because of domain expirations, switching to archive.org links.
1 parent fb9ac11 commit b6fdee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

volumes/iscsi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ If there isn't one in place then it is possible to setup a software version on L
1414

1515
* [Setup a iSCSI target on Fedora](http://www.server-world.info/en/note?os=Fedora_21&p=iscsi)
1616
* [Install the iSCSI initiator on Fedora](http://www.server-world.info/en/note?os=Fedora_21&p=iscsi&f=2)
17-
* [Install multipathd for mpio support if required](http://www.linuxstories.eu/2014/07/how-to-setup-dm-multipath-on-rhel.html)
17+
* [Install multipathd for mpio support if required](https://web.archive.org/web/20180226211306/http://www.linuxstories.eu/2014/07/how-to-setup-dm-multipath-on-rhel.html)
1818

1919

2020
## Creating the pod with iSCSI persistent storage
2121

2222
Once you have configured the iSCSI initiator, you can create a pod based on the example *iscsi.yaml*. In the pod YAML, you need to provide *targetPortal* (the iSCSI target's **IP** address and *port* if not the default port 3260), target's *iqn*, *lun*, and the type of the filesystem that has been created on the lun, and *readOnly* boolean. No initiator information is required. If you have more than one target portals for a single IQN, you can mention other portal IPs in *portals* field.
2323

24-
If you want to use an iSCSI offload card or other open-iscsi transports besides tcp, setup an iSCSI interface and provide *iscsiInterface* in the pod YAML. The default name for an iscsi iface (open-iscsi parameter iface.iscsi\_ifacename) is in the format transport\_name.hwaddress when generated by iscsiadm. See [open-iscsi](http://www.open-iscsi.org/docs/README) or [openstack](http://docs.openstack.org/kilo/config-reference/content/iscsi-iface-config.html) for detailed configuration information.
24+
If you want to use an iSCSI offload card or other open-iscsi transports besides tcp, setup an iSCSI interface and provide *iscsiInterface* in the pod YAML. The default name for an iscsi iface (open-iscsi parameter iface.iscsi\_ifacename) is in the format transport\_name.hwaddress when generated by iscsiadm. See [open-iscsi](https://web.archive.org/web/20150208123331/http://www.open-iscsi.org/docs/README) or [openstack](http://docs.openstack.org/kilo/config-reference/content/iscsi-iface-config.html) for detailed configuration information.
2525

2626
**Note:** If you have followed the instructions in the links above you
2727
may have partitioned the device, the iSCSI volume plugin does not

0 commit comments

Comments
 (0)