I install Rockstor in Proxmox 5.0 with 5 virtio - devices.
The installation has gone through. But when I wanted to create a pool,
The drives were displayed as vda, vdb … The following message was displayed on the right:
Warning! Disk unusable as pool member - serial number is not legitimate or unique.
Disk names may change unavailably upon reboot to inadvertent drive reallocation and potential data loss. This error is caused by the source of these disks, such as your hypervisor or SAN. Please ensure you have read the serial number before proceeding further.
After - Configure drive Role / Wipe existing Filesystem / LUKS Format Whole Disk I got the error message:
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 730, in _role_disk
disk = self._validate_disk(did, request)
File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 392, in _validate_disk
handle_exception(Exception(e_msg), request)
File “/opt/rockstor/src/rockstor/storageadmin/util.py”, line 47, in handle_exception
trace=traceback.format_exc())
RockStorAPIException: [‘Disk(115) does not exist’, ‘Traceback (most recent call last):\n File “/opt/rockstor/src/rockstor/storageadmin/views/disk.py”, line 389, in _validate_disk\n return Disk.objects.get(id=did)\n File “/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/db/models/manager.py”, line 127, in manager_method\n return getattr(self.get_queryset(), name)(*args, **kwargs)\n File “/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/db/models/query.py”, line 334, in get\n self.model._meta.object_name\nDoesNotExist: Disk matching query does not exist.\n’]
Rosi