-
blackwood821Hi. I've got two Triton DCs that are linked together. Users are replicated successfully from the primary DC to the slave DC. In both DCs we have fabric networking enabled. I just created a new user in the primary DC and Triton automatically created a fabric network for the new user. The new user shows up in the slave DC as well but there is no fabric network yet. Is that supposed to happen automatically? We didn't run into this
-
blackwood821with previous user accounts.
-
blackwood821Looks like this repo would be responsible: github.com/TritonDataCenter/sdc-napi-ufds-watcher
-
blackwood821The napi-ufds-watcher service is online in both DCs but the service log on the slave DC has no content neither do any of the /var/log/sdc/upload/napi-ufds-watcher* logs (the logs on the primary DC have content)
-
bahamatIf the log is empty it got rotated.
-
blackwood821bahamat: right but none of the previous logs have any content either
-
blackwood821Wondering what else I can check
-
bahamatthe napi ufds-watcher is a ufds replicator, just like the regular ufds replicator.
-
bahamatThe difference is It doesn't have a copy of ufds itself, it just watches for events it cares about and does something.
-
blackwood821I just restarted the napi-ufds-watcher service in the slave DC and now the service log has content
-
blackwood821And now it created the fabric VLAN and network
-
blackwood821Strange why it wasn't doing anything and never wrote anything to any logs
-
bahamatWell restarting a service is always going to log that it restarted.
-
bahamatYou probably had something disrupt the connection between the watcher and ufds.
-
blackwood821Before I restarted it the service was online since April 28th. So shouldn't I expect to see "Executing start method" in the service logs from when it started up on April 28th?
-
blackwood821Confused as to why there was nothing in any of the logs
-
bahamatNope.
-
bahamatApril 28th was almost a year ago.
-
bahamatThe logs rotate every *hour*.
-
bahamatThere was nothing in the log because there were no events that triggered a log message.
-
blackwood821Ok and I see the most recent log in /var/log/sdc/upload/napi-ufds-watcher* is from 1 week ago. I'll move on an assume something happened to cause a disconnect and not log anything.
-
blackwood821Thanks
-
arai@jperkin thanks for yoru work on updating the mariadb package.