Error on VMWare Install

Trying to install Rockstor to evaluate it on a VMWare box. After installation when I go to the web config I get the following when scanning for drives.

        Traceback (most recent call last):

File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 40, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 272, in post
return self._update_disk_state()
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/transaction.py”, line 371, in inner
return func(*args, **kwargs)
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 218, in _update_disk_state
p.uuid = btrfs_uuid(dob.name)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 919, in btrfs_uuid
[BTRFS, ‘filesystem’, ‘show’, ‘/dev/disk/by-id/%s’ % disk])
File “/opt/rockstor/src/rockstor/system/osi.py”, line 104, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = [’/sbin/btrfs’, ‘filesystem’, ‘show’, ‘/dev/disk/by-id/sda3’]. rc = 1. stdout = [’’]. stderr = [’’]

No drives appear. I created 4 drives in the virtual machine. Any help would be appreciated.

Thanks,

Chris

@Christopher_Nicol Welcome to the Rockstor community.
This looks very much like the drives you passed through or created have no serial numbers. This is a requirement for them to be tracked by Rockstor. If you enable serial numbers for all Rockstor drives at the VMWare level you should be good to go.

1 Like