suman
(suman chakravartula)
July 7, 2015, 12:31am
1
Hello everyone!
3.8-2 is now available. We worked pretty hard for this release and now it’s time for a few beers. Please read the blog post for detailed information about what’s new in this release. Hint: OwnCloud .
2 Likes
seijirou
(Donaldwhpearson)
July 7, 2015, 4:26am
2
Ooo.
Congrats!
I was literally just about to spin up a dedicated Owncloud VM. I’ll give this a try instead!
suman
(suman chakravartula)
July 7, 2015, 9:01pm
3
Beware of this issue with 3.8-2. It will be fixed in the next release and given the importance, we’ll try to get it out sooner than usual.
opened 08:36PM - 07 Jul 15 UTC
closed 10:46PM - 27 Jul 15 UTC
bug
Critical
After the 3.8-2 update, going to pool details page throws an error. This is due … to the btrfs progs update that requires changes to srub status gathering.
[07/Jul/2015 14:03:18] ERROR [storageadmin.util:39] exception: invalid literal for int() with base 10: 'after'
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py", line 40, in _handle_exception
yield
File "/opt/rockstor/src/rockstor/storageadmin/views/pool_scrub.py", line 46, in get_queryset
self._scrub_status(pool, disk)
File "/opt/rockstor/eggs/Django-1.6.2-py2.7.egg/django/db/transaction.py", line 399, in inner
return func(_args, *_kwargs)
File "/opt/rockstor/src/rockstor/storageadmin/views/pool_scrub.py", line 56, in _scrub_status
cur_status = scrub_status(pool, disk.name)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 604, in scrub_status
stats['duration'] = int(out[1].split()[-2])
ValueError: invalid literal for int() with base 10: 'after'