Are the drives same size? If so, just create a raid0 pool. You will essentially get full capacity(2 x disk_size) without any redundancy. You can also try the resize feature to go from single -> raid0, if you choose not to delete the Pool and start over.
Now, if the drives are of different size AND you do not want any redundancy AND want to use full capacity (size1 + size2), then you can technically put them in a single pool(btrfs allows it). This feature, however, is not supported currently in the web-ui. I have created an issue to track this request, so we’ll get to it.
Since you are getting into administering btrfs manually, I strongly suggest you familiarize yourself with btrfs to a good extent. BTRFS wiki is a good start.
to create a 2 disk single Pool with name mypool and disks sdx, sdy and sdz, run mkfs.btrfs -m single -d single /dev/{sdx,sdy,sdz}. Then go to the web-ui and hit Rescan on the disks page. You’ll see two small buttons next to sdx,sdy and sdz in the table. Click on the import button of any of those disks and Rockstor will pick up the manually created “mypool”. You can create shares, snapshots etc… like any other pool but obviously pool ops like resize will not work as expected.
@suman It was really simple to add the disk to the existing pool and after the “rescan” it shows both disks being used as a single. But the size of the pool it not update in the web interface, only shows the size of the original disk.
EDIT: After a reboot everything appeared with the correct values