Failed to mount Docker root (/mnt2/rockon-root). Share matching query does not exist

I had a drive in my primary stoarge pool fail this week, and have ordered a replacement. I found that the BTRFS pool was not mounting automatically at boot time. Following the wiki i was able to get the pool mounted in degraded mode. But docker will still not mount the rockon share. Is there anything I can do to get the share mounted while I wait for the replacement drive to get here? I also noticed the Rockstor Web UI is not detecting any of the shares on the pool.

root@ohcc-server-01 mnt2]# btrfs fi show
Label: 'rockstor_rockstor'  uuid: 6c649e6a-8780-4517-ac27-b636049acbaa
	Total devices 1 FS bytes used 3.02GiB
	devid    1 size 83.35GiB used 7.10GiB path /dev/sda3

warning, device 3 is missing
Label: 'pool'  uuid: 78410f4a-416b-4bf1-bb98-d840d2c07f1d
	Total devices 4 FS bytes used 409.18GiB
	devid    1 size 465.76GiB used 206.56GiB path /dev/sdb
	devid    2 size 465.76GiB used 206.56GiB path /dev/sdc
	devid    4 size 465.76GiB used 206.56GiB path /dev/sde
	*** Some devices missing

[root@ohcc-server-01 mnt2]# mount -o degraded /dev/sdb /mnt2/pool
[root@ohcc-server-01 mnt2]# systemctl start docker
[root@ohcc-server-01 mnt2]# systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/etc/systemd/system/docker.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2016-11-10 14:23:03 CST; 6s ago
     Docs: http://docs.docker.com
  Process: 27137 ExecStart=/opt/rockstor/bin/docker-wrapper /mnt2/rockon-root (code=exited, status=1/FAILURE)
 Main PID: 27137 (code=exited, status=1/FAILURE)

Nov 10 14:23:02 ohcc-server-01 systemd[1]: Started Docker Application Container Engine.
Nov 10 14:23:02 ohcc-server-01 systemd[1]: Starting Docker Application Container Engine...
Nov 10 14:23:02 ohcc-server-01 docker-wrapper[27137]: Failed to mount Docker root(/mnt2/rockon-root). Exception: Share matching query does not exist.
Nov 10 14:23:03 ohcc-server-01 systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE
Nov 10 14:23:03 ohcc-server-01 systemd[1]: Unit docker.service entered failed state.
Nov 10 14:23:03 ohcc-server-01 systemd[1]: docker.service failed.

I guess Rockstor isn’t really ready for production at this stage. Hopefully the issues with a degraded btrfs volume can be worked out soon.