erin
erin
I believe there is a bigger issue with the UI display in the first place since the info that it is giving is very different than what the CLI gives...
Just pulled the branch, bar width issue is fixed but the calculations still seem off. 
### siac renter -v ``` Renter info: Storage Spending: 121 SC Upload Spending: 3.813 SC Download Spending: 0 H Unspent Funds: 475.4 SC Total Allocated: 600.2 SC ``` ### siac...
Been using this in production and I can say that the code has been stable for my setup.
Can add another datapoint of this happening on every reboot. Make running Ceph with cephadm a huge pain because I have to run the script before restarting Ceph. Ubuntu 20.04,...
> The Root Cause is being discussed here: https://github.com/moby/moby/issues/41055 That issue seems unrelated to this issue. That one seems to be about Docker creating many ZFS volumes, making external tools...
Gave it a shot, has no impact to the issue I am seeing. ``` sentry=# SELECT indexname, indexdef FROM pg_indexes WHERE tablename = 'sentry_groupedmessage'; DROP INDEX sentry_groupedmessage_project_id_id_515aaa7e_idx; indexname | indexdef...
dropping sentry_groupedmessage_project_id_id_515aaa7e_uniq did the trick! ``` sentry=# drop index sentry_groupedmessage_project_id_id_515aaa7e_uniq; DROP INDEX ``` ``` $ docker exec -it $(docker ps | grep sentry_web | awk '{print $NF}') sentry upgrade Running...
Messed up my edits but my main reasoning for this at the time was because of scaling problems with certain display sizes and div height making the "Node Operational" green...
I would like to note that this is especially an issue with container labels, both quoted and unquoted. ``` job "sample" { datacenters = ["dc1"] group "redacted_group" { task "redacted_task"...