cncf / cnf-testbed

ARCHIVED: 🧪🛏️Cloud-native Network Function (CNF) Testbed --> See LFN Cloud Native Telecom Initiative https://wiki.lfnetworking.org/pages/viewpage.action?pageId=113213592
https://wiki.lfnetworking.org/pages/viewpage.action?pageId=113213592
Apache License 2.0
163 stars 51 forks source link

[Part 2] Workspace volume is read-only on cnf dev1 system #9

Closed lixuna closed 6 years ago

lixuna commented 6 years ago

Issue: file system not writeable

The dmesg log shows device-mapper requeuing since May 10th before a connection failure caused a full failure on May 29th starting at 2:40:46 UTC with multipath failures to the network storage.

[Tue May 29 02:40:46 2018] connection2:0: ping timeout of 3 secs expired, recv timeout 3, last rx 5317134756, last ping 5317135507, now 5317136321

This continued with more failures as the kernel noticed the device was offline so it was put into read-only mode at 02:41:19 UTC.

[Tue May 29 02:40:59 2018] sd 8:0:0:0: [sdh] tag#0 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[Tue May 29 02:41:18 2018] sd 7:0:0:0: rejecting I/O to offline device
[Tue May 29 02:41:19 2018] EXT4-fs (dm-1): Remounting filesystem read-only

Network interface to storage went down then bonded network interface disabled the failed network interface

[Tue May 29 02:44:13 2018] mlx4_en: enp2s0d1: Link Down
[Tue May 29 02:44:13 2018] bond0: link status definitely down for interface enp2s0d1, disabling it

At 02:46:04 the network interface came back up then the bonded interface was enabled. Unfortunately the bonding failed

[Tue May 29 02:46:04 2018] mlx4_en: enp2s0d1: Link Up
[Tue May 29 02:46:04 2018] bond0: link status up for interface enp2s0d1, enabling it in 200 ms
[Tue May 29 02:46:04 2018] mlx4_en: enp2s0d1: Fail to bond device
lixuna commented 6 years ago

Following steps from https://help.packet.net/technical/storage/packet-block-storage-linux to attach a new storage device


Created new volume to copy existing data to https://app.packet.net/storage/2e56f22d-344a-4686-b6bf-5a27db102de0

This performance volume was created on May 30th, 2018

lixuna commented 6 years ago

Next steps: