mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 12:47:02 +00:00
Since some AMIs using consistent network device naming, primary NIC ifname is not 'eth0'. But we hardcoded NIC name as 'eth0' on scylla_ec2_check, we need to add --nic option to specify custom NIC ifname. Fixes #3584 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <20180712142446.15909-1-syuu@scylladb.com>