v1.0 Release Candidate 4
Pre-releaseThis is a pre-release for release 1.0.
This release introduces two new configuration parameters that can be set in /etc/stas/sta[cf]d.conf
. ignore-iface
tells stafd/stacd to ignore the interface returned by Avahi when controllers are discovered using mDNS. In this case, connection won't be forced on a specific interface, but instead will rely on the routing tables to find the right interface. ip-family
tells stafd/stacd whether IPv4, IPv6, or both are to be used when connecting to controllers. This can be used to ignore IP address families discovered by Avahi/mDNS.
Boris and Charles added changes to allow building RPM packages. Note that this is not necessarily the same RPM packages that would be built by distros. Distros usually run their own scripts to build RPM according to their specific needs. Here, we're just allowing developers to build their own RPMs.
Boris Glimcher (2):
rpm: add -ba to actually compile RPM from spec
build: pass builddir to configure
Charles Rose (1):
nvme-stas.spec.in: Add package dependencies
Martin Belanger (4):
Add ignore-iface and ip-family conf. options
Adding man pages for ip-family and ignore-iface
Update overview diagram
Bug fix - Check ignore-iface when creating TransportId object