# example output from top # top -c top - 16:08:56 up 1:14, 1 user, load average: 1.53, 1.64, 1.59 Tasks: 150 total, 1 running, 103 sleeping, 0 stopped, 0 zombie %Cpu(s): 3.8 us, 8.1 sy, 0.0 ni, 44.4 id, 42.4 wa, 0.0 hi, 1.3 si, 0.0 st ...
# there is a process ejecting CD-ROM $ ps -ef | grep eject root 24756 24754 0 17:56 ? 00:00:00 /lib/udev/cdrom_id --eject-media /dev/sr0 # `udevadm monitor -u -k` is showing you an endless stream of "device change" events
bosh -d <dep> ssh -c 'sudo -i mv /lib/udev/cdrom_id /tmp;sleep 3;sudo -i mv /tmp/cdrom_id /lib/udev/cdrom_id'
Xenial stemcell 621.151 has been removed from Tanzu Network due to another issue with persistent disk attachment (KB article). If you upgrade stemcell to 621.154 on Azure platform, you may still hit the ""device change" storm issue. Please either revert the stemcell version or apply the workaround as mentioned above.
The linux kernel bug has been fixed. Upcoming Xenial stemcell will pick up the fix. Please watch stemcell release note for update.