Volker Theile

Results 397 comments of Volker Theile

I've tested that. The problem is that the md0 device is not in the device tree, thus OMV can't detect it. ``` root@omv5box:/home/vagrant# cat /proc/mdstat Personalities : [linear] [multipath] [raid0]...

I don't want to see an automatic repair feature in OMV because you never can be sure that this will work. What happens when such a feature destroys the user...

* The [installer tells](https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/lib/partman/init.d/01openmediavault) the user that he should unplug the data drives during the installation to prevent `Debian Installer` from writing Grub on the wrong drive. * After the...

I think using the usbbackup or similar plugins should be the preferred way to import and export data.

Yes, NTFS will be only supported for backup issues like openmediavault-usbbackup.

> re-reading the conversation & proposal my question is: > Would it still be appropriate to remove FAT, FAT32 & exFAT file systems? [exFAT](https://de.wikipedia.org/wiki/File_Allocation_Table#exFAT) supports ACL. Removing FAT and FAT32...

> is this work item still on the ToDo list for 5.x? No, 5.x is feature complete. I switched the issue to 6.x.

Could you please add some PHP unit tests for those modified and new functions. I think this is necessary to do not introduce a regression and to prevent fatal consequences...

> Adding a unit test makes perfect sense. Would the file deb/openmediavault/usr/share/openmediavault/unittests/php/test_openmediavault_functions.php be the correct place to add it? No, https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/usr/share/openmediavault/unittests/php/test_openmediavault_system_system.php is the better place for that.

No, it's been closed because of inactivity. Such a feature that touches an important part of the core engine requires a whole bunch of unit tests to ensure that it...