Stefano Torresi

Results 12 issues of Stefano Torresi

in Windows, CTRL+C doesn't terminate this script: ``` python #!/usr/bin/env python import asyncio try: asyncio.get_event_loop().run_forever() except KeyboardInterrupt: asyncio.get_event_loop().stop() ``` also see #191

We need to automate the procedure to deploy the "SAP HANA Scale-Out Performance Optimized" scenario explained here: https://documentation.suse.com/sbp/all/single-html/SLES4SAP-hana-scaleOut-PerfOpt-15/ Most of the main concepts can be applied transparently. For reference, there...

Check this out: https://github.com/google/go-licenses

enhancement
DX

Twitter Bootstrap tooltips are a little unreliable and wonky - sometimes the tooltip won't show - the mouse pointer changing to the typing cursor is confusing - the message is...

UI/UX

Diego just spotted an edge case where he did install the stable version of the agent RPM initially, then wanted to switch to the rolling version, and the installer would...

bug

rel #425 HA clusters and SAP Systems are currently using md5 hashes for identification, which are not natively indexable in PostgreSQL like UUIDs instead.

debt

In the web component, we need to implement an additional configuration option to specify a list of trusted proxies. See: https://github.com/gin-gonic/gin/pull/2632 and https://github.com/gin-gonic/gin#dont-trust-all-proxies I spotted this because, when running trento...

enhancement
security

the `hanadb_disk_*_size_mb` metrics group doesn't seem to report correct metrics in relation to multiple filesystems. e.g. in a node with the following filesystems reported by `df -BM -T`: ``` Filesystem...

bug

I think I/O metrics should only be reported per device, not per partition. e.g. ``` hanadb_disk_io_latency_ms{disk="vda",host="stefanotorresi-hana01"} 0.58 hanadb_disk_io_latency_ms{disk="vda1",host="stefanotorresi-hana01"} 0.0 hanadb_disk_io_latency_ms{disk="vda2",host="stefanotorresi-hana01"} 0.0 hanadb_disk_io_latency_ms{disk="vda3",host="stefanotorresi-hana01"} 0.6 hanadb_disk_io_latency_ms{disk="vdb",host="stefanotorresi-hana01"} 0.28 hanadb_disk_io_latency_ms{disk="vdb1",host="stefanotorresi-hana01"} 0.28 hanadb_disk_io_latency_ms{disk="vdc",host="stefanotorresi-hana01"} 0.35 ```...

bug

`hanadb_disk_*_size_mb` metrics all report a line for a non-existing directory for the `ROOTKEY_BACKUP` usage type: e.g. ``` hanadb_disk_total_size_mb{filesystem_type="",host="stefanotorresi-hana01",instance="192.168.123.15:8001",job="hanadb",path="/usr/sap/PRD/HDB00/backup/sec/",usage_type="ROOTKEY_BACKUP"} ```

bug