Hi i just started using RockStor and love it, However i am having issues increasing the file system and shares . I have added 4 more disk to a raid 10 array using p410 hp controller, the controller shows the Logical drive being bigger with the space added, however i can not increase the partition or filesystem.
Well, I think the underlying assumption of rockstor is, that you’d use software raid, as that allows for more btrfs-magic. However, I’d assume that you should be able to resize your pool on the commandline using
btrfs filesystem resize max /mnt2/<name-ofyour-pool>
It’s just a guess though. You can/must use that command while the pool is mounted (btrfs-magic).
unlikely. Just better maintainability, but I am not a system administrator. Maybe somebody else can give some proper arguments, all I know is, that NAS distributions like FreeNAS, with very advanced filesystems encourage the use of software raid. Haven’t seen anything on the rockstor pages, but the same reasoning would apply.
I’d try to see if the size is actually correctly reported on system level e.g. by fdisk -l, which should list all your connected disks (or raid arrays in your case). Also (maybe) interesting:
btrfs fi usage /mnt2/Enterprise-Servers
after a restart i see that the drive took all the space , then i increased the pool by running the max command,
btrfs filesystem resize max /mnt2/Enterprise-Servers
and it worked… even though the GUI doesn’t read it correctly, i do see more available space