If you’re just itching to try (I was) you can update your kernel and btrfs-progs on your own following the info in this post: Upgrade Kernel to 4.16
Specifically:
Just DO NOT remove btrfs-progs, it causes issues, just leave it be.
Then you can convert your metadata to raid1c3 - I don’t have the exact command off-hand, but it’s something like:
btrfs balance start -mconvert=raid1c3 /YOUR-MOUNT
I’ve successfully updated to kernel and btrfs-progs 5.11 with this method and have my own raid5 volume metadata at raid1c3
**NOTE: You will not be able to directly import these shares into the Rockstor4 environment until it defaults to a newer kernel and btrfs-progs OR you update on your own manually.