Node age for forward nodes resets after every SO update #13440
-
Why does the node age for forward nodes reset after every SO update? See attached image. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Are you doing anything unusual with the storage on that node? The interface pulls that number from the creation date of /nsm/pcapout on the local disk. |
Beta Was this translation helpful? Give feedback.
-
This was run on the forward node:
And this is from the web stats:
It sure looks like the modify or change timestamp is being used rather than the birth timestamp. Can anyone confirm? As a contrast, this is the output when the same command is run on the manager node:
There were some OS updates yesterday, 2024-08-14, and before restarting the forward node, I ran this command
The web stats are unchanged. In other words, the OS updates are not to blame, but possibly the upgrade process for SO itself. |
Beta Was this translation helpful? Give feedback.
-
Updating to 2.4.110 seems to have solved my issue. Note, I had to reboot the forward node twice before the correct value would appear in the grid. I also ran the |
Beta Was this translation helpful? Give feedback.
Updating to 2.4.110 seems to have solved my issue. Note, I had to reboot the forward node twice before the correct value would appear in the grid. I also ran the
touch
command as shown above before each reboot.