THIS FIELD NOTICE IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTY OF MERCHANTABILITY. YOUR USE OF THE INFORMATION ON THE FIELD NOTICE OR MATERIALS LINKED FROM THE FIELD NOTICE IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS FIELD NOTICE AT ANY TIME.
| Affected Product Name | Description | Comments |
|---|---|---|
| NC55-32T16Q4H-A | NCS 5500 32x10, 16x25 & 4x100 Line Card Base | |
| NC55-32T16Q4H-AT | NCS 5500 32x10, 16x25 & 4x100 Line Card Base | |
| NC55-5504-FC2 | NCS 5504 2nd generation Fabric Card | |
| NC55-5516-FC2 | NCS 5516 2nd Gen Fabric Card | |
| NC55-RP-E | ^NCS 5500 Route Processor with SyncE | |
| NC57-18DD-SE | NCS 5700 18x400GE or 30x200GE Scale Line Card | |
| NC57-24DD | NCS 5700 24X400GE Base Line Card | |
| NC57-36H-SE | NCS 5700 36x100G Scale Line Card | |
| NC57-36H6D-S | NCS 5700 36x100G Base Line Card | |
| NC57-48Q2D-S | NCS 5700 32X1/10/25G + 16x1/10/25/50G + 2x400G Linecard Base | |
| NC57-48Q2D-SE-S | NCS 5700 32X1/10/25G + 16x1/10/25/50G + 2x400G Linecard Scal | |
| NC57-MOD-RP2-E | NCS 5700 Route Processor with SyncE | |
| NC57-MOD-S | NCS 5700 8x50GE, 2x400GE, 2xMPA Base Macsec Line Card | |
| NCS-55A1-24H | NCS55A1 Fixed 24x100G chassis | |
| NCS-55A1-24Q6H-S | NCS55A1 Fixed 24X1/10G, 24X10/25G and 6x100G chassis | |
| NCS-55A1-24Q6H-SS | NCS55A1 Fixed 24X1/10G,24X10/25G, 6x100G chassis with MACSec | |
| NCS-55A1-36H-S | NCS55A1 Fixed 36x100G Base chassis | |
| NCS-55A1-36H-SE-S | NCS55A1 Fixed 36x100G Scale chassis | |
| NCS-55A1-48Q6H | NCS 55A1 48x25G + 6 x 100G Fixed Chassis | |
| NCS-55A2-MOD-S | NCS55A2 - Fixed 24X10G + 16X25G & MPA Chassis | |
| NCS-55A2-MOD-SE-S | NCS55A2 - Fixed 24X10G + 16X25G & MPA Scale Chassis | |
| NCS-57C3-MOD-SYS | NCS 57C3 Base Chassis, Flexible Consumption Need Smart Lic | |
| NCS-57C3-MOD-SYS= | NCS 57C3 Base Chassis, Flexible Consumption Need Smart Lic | |
| NCS-57C3-MODS-SYS | NCS 57C3 Scale Chassis, Flexible Consumption Need Smart Lic | |
| NCS-57C3-MODS-SYS= | NCS 57C3 Scale Chassis, Flexible Consumption Need Smart Lic |
| Defect ID | Headline |
| CSCwt48583 | [NCS5500] D0MU078 FW integration in XR |
An issue that was identified in a specific solid-state drive (SSD) firmware may cause the SSD to be remounted in read-only (RO) mode. This leads to non-deterministic behavior of the Cisco IOS XR Software system, including kernel panic on the route processor.
This issue occurs on Cisco NCS 5500 Series Routers that use SSDs with firmware releases D0MU071, D0MU075, and D0MU077. These SSDs use ext4 filesystems that are mounted in read-write (RW) mode initially. When the kernel detects a filesystem journal abort on an ext4 filesystem, it automatically remounts it in RO mode without notifying Cisco IOS XR Software or SysAdmin.
When the kernel detects a filesystem journaling error, it does one of the two following actions:
1. If the error is detected on a route processor card and the Cisco IOS XR Software release is 7.10.1 or later, kernel panic is raised, resulting in immediate card reset. The following message will be observed on the console just before the card reset:
[ 5009.233968] Kernel panic - not syncing: EXT4-fs panic from previous error
2. In all other cases, the Linux kernel remounts the filesystem in RO mode. A debug-level syslog message is reported indicating read-only filesystem:
LC/0/2/CPU0: syslog_dev[111]: resmon[211] PID-20148: start_backing_thread:bind: Read-only file systemLC/0/2/CPU0: syslog_dev[111]: resmon[211] PID-20150: start_backing_thread:bind: Read-only file systemLC/0/2/CPU0: syslog_dev[111]: resmon[211] PID-20152: start_backing_thread:bind: Read-only file systemLC/0/2/CPU0: syslog_dev[111]: resmon[211] PID-20151: start_backing_thread:bind: Read-only file system
Filesystems That Are Remounted in RO Mode
To verify whether a file system is mounted in a RO mode inspect the /proc/mounts in Linux shell. It is possible to limit the check to important filesystems only. On any Cisco IOS XR platform and release combination, the following command sequence should produce consistent output:
RP/0/RP0/CPU0:ios#run[xr-vm_node0_RP0_CPU0:~]$df | awk 'NR>1 {print $6}' | xargs -I % grep " % .*ro,” /proc/mounts[xr-vm_node0_RP0_CPU0:~]$sysadmin-vm:0_RP0# run[sysadmin-vm:0_RP0:~]$df | awk 'NR>1 {print $6}' | xargs -I % grep " % .*ro," /proc/mounts[sysadmin-vm:0_RP0:~]$
Solution
To resolve this issue, Cisco recommends upgrading to Cisco IOS XR Software Release 26.1.2 or later. Affected units can be recovered using the following manual recovery procedure. Hardware replacement is not necessary to resolve this condition.
1. To recover from the SSD RO condition, reload the affected module or box. If the card does not automatically reload, manually reload it using the following command in admin mode:
hw-module location <location> reload noprompt
Example:
sysadmin-vm:0_RP0# hw-module location 0/0 reload noprompt
2. After recovery, install the SMU that integrates the updated Micron 5100 SSD firmware release D0MU078, as shown in the following table:
| Cisco IOS XR Software Release | SMU Name | SMU Type |
|---|---|---|
| IOS XR Release 7.10.2 | ncs5500-sysadmin-7.10.2.CSCwt48583.tar | Reboot |
| IOS XR Release 7.11.21 | ncs5500-sysadmin-7.11.21.CSCwt48583.tar | Reboot |
| IOS XR Release 24.4.2 | ncs5500-sysadmin-24.4.2.CSCwt48583.tar | Reboot |
| IOS XR Release 24.2.21 | ncs5500-sysadmin-24.2.21.CSCwt48583.tar | Reboot |
To determine the affected SSD model and firmware release, run the following command:
RP/0/RP0/CPU0:R3#admin show smart-monitor location 0/RP0
Tue Feb 3 07:31:27.930 CET
************************************************************
Location : 0/RP0
************************************************************
======== SmartCtl info for sda ========
smartctl 7.1 2021-03-08 r5212 [x86_64-linux-5.4.142-yocto-standard] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
<snip>
Device Model: Micron_5100_MTFDDAV****** <--- Affected SSD model
Serial Number: MSAXXXXXX
<snip>
Firmware Version: D0MU077 <--- If the current firmware release is 77 or earlier, apply the solution
| Version | Description | Section | Date |
| 1.0 | Initial Release | — | 2026-SEP-04 |
For further assistance or for more information about this field notice, contact the Cisco Technical Assistance Center (TAC) using one of the following methods:
To receive email updates about Field Notices (reliability and safety issues), Security Advisories (network security issues), and end-of-life announcements for specific Cisco products, set up a profile in My Notifications.
Unleash the Power of TAC's Virtual Assistance