Adding multipath support is really two different functions, so split them.

cleanup-cruft
Chris Gianelloni 16 years ago
parent e57440d49a
commit dbe8c965fc

@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Copyright 1999-2009 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
# Distributed under the GPL v2 # Distributed under the GPL v2
08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> M:
Adding multipath support is really two different functions, so split them.
08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> M: 08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> M:
Adding a note about documenting the code paths. Adding a note about documenting the code paths.

@ -14,7 +14,8 @@
- FCP - FCP
- Software - Software
- iSCSI - iSCSI
- Multipath (dm-multipath) - Multipath support for block devices
- Multipath updates/notification via multipathd
- ATA over Ethernet - ATA over Ethernet
- FCP over Ethernet - FCP over Ethernet
- Document the different code paths and hooks for external modules - Document the different code paths and hooks for external modules

Loading…
Cancel
Save