suman
(suman chakravartula)
June 1, 2016, 4:11pm
26
Hello Everyone! 3.8-13.13(41dd23b ) is now available.
I merged three pull requests in this update, all of them are essentially bug fixes and improvements to existing features. Thank you @phillxnet @Flyer and @ganti_priya for your contributions!
opened 06:52PM - 23 May 16 UTC
closed 12:12AM - 01 Jun 16 UTC
bug
To reproduce (current trunk code):
Create a 3 disk raid 1 pool
Resize pool
Remov… e disk
Expect a table of disk members to be shown but non shown.
Web browser console shows missing handlebars mathHelper.
I have fixed this locally by copying a handlebars mathHelper from another location and will now submit a pr against this issue with my crude fix for review.
opened 01:15PM - 25 May 16 UTC
closed 12:16AM - 01 Jun 16 UTC
bug
Starting from issue #1296 and @maxhq we found that crontab window string for "ru… n always" (_-_-_-_-_-_) can break crontab running because \* is a shell wildcard ( @maxhq having this problem, not me or others, anyway we patch to prevent it )
Solution : backslash before first char to escape it
opened 06:28PM - 09 May 16 UTC
closed 02:23PM - 01 Jun 16 UTC
enhancement
I'm currently testing the use of bcache in rockstor and found that, by default, … bcache reports that the backing devices are not rotational disks. This causes btrfs to enable the 'ssd' mount option, by default. I would like to override this behavior via the 'nossd' option, but the rockstor web interface does not allow this because the option is not in the hardcoded whitelist of mount options.