Skip to content

v211

Compare
Choose a tag to compare
@cppforlife cppforlife released this 05 Oct 17:15

Features:

  • Introducing bosh instances --ps to view process status as reported by monit. To use this feature you need updated CLI (1.3093.0+), the Director (v209/1.3088.0+) and stemcells (3088+). For example:
+---------------------+---------+---------------+-------------+
| Instance            | State   | Resource Pool | IPs         |
+---------------------+---------+---------------+-------------+
| first/0             | running | default       | 10.10.16.12 |
|   dummy2            | running |               |             |
|   dummy             | running |               |             |
+---------------------+---------+---------------+-------------+
| first_witout_disk/0 | running | old           | 10.10.16.13 |
|   dummy2            | running |               |             |
+---------------------+---------+---------------+-------------+

SSH Improvements:

Fixes: