phillxnet
(Philip Guyton)
March 7, 2017, 2:27pm
16
@gkadillak Hello again.
Are you sure your report is the same error as in this issues we have:
where as in your log we have:
which looks more like:
Hi @rockmar . It’s understandable why you wanted to start with 3.8-12, but could you install from 3.8.15 iso so that you get all necessary db schema changes the old way and then update to the latest? Any system being updated to 3.8.15-X should be updated from 3.8.15. When making django 1.8 migration I did think of the possibility of some users being on older versions. To provide a smooth upgrade path from <3.8.15 to latest would involve putting a lot of convoluted logic and then deprecating it l…
and
This guide is for subscribers to Stable updates. Rockstor upgrade from 3.8.15 to the latest release, 3.8.16 is simple. Just click on the update notification in the UI and be on your way. However, some users tend to be on prior versions and may try to upgrade directly to 3.8.16 and this will most likely break. We sent out an e-mail in advance of releasing 3.8.16 to get your system upgraded to 3.8.15 for a smooth transition. But it’s totally understandable some users couldn’t do that in time. This…
which were caused by a db migration tool change that meant no direct updates from Rockstor versions prior to 3.8.15, ie you had to install 3.8.15 as an interim step. However this newer issue has been seen (though rarely) when updated from rockstor-3.8.16-10.x86_64 to rockstor-3.8.16-12.x86_64.
That is in:
EDIT: corrected to link to 3.8.16-11 (not -10)
3.8.16-11 is now available! We fixed Share size reporting bug and made an improvement to the UI. @Flyer and @phillxnet have each contributed one pull request each. Thank you both!
@Flyer added the issue specific db field in:
rockstor:master
← MFlyer:issue#1412_Shares_usage_enhancements
opened 11:51PM - 23 Jan 17 UTC
Ref to #1412
Please check comments under issue plus commits inline comments.…
Some adds:
- Share lists page now returns 2 alerts if "btrfs usage" ( current content + snapshots ) > 70% share size (warning) or > 80% (danger)
- Same idea on top shares widget too, but only with a current size bar (blue) and a light-blue "btrfs overhead"
To @schakrava : ready for review/merge
Note: while testing found we really lack `btrfs quota rescan` #1624
via:
commit 70ce761574f71be98b1a3df8f2f7a048ffc453b2
Share Usage reporting right sizes by MFlyer · Pull Request #1625 · rockstor/rockstor-core · GitHub
I’m currently looking into this but it seems initially that this is the db migration that fails to apply in some cases, resulting in the report subject of this thread.
I may have this all wrong so do share any findings corrections as it would be great to get this one sorted.