trying to create volume - script displayed

Status
Not open for further replies.

dirkme

Contributor
Joined
Jul 19, 2017
Messages
162
I tried to create a volume out of 2 x 500 GB hdds and get this from the window:

Code:
Request Method: POST
Request URL: http://192.168.100.64/storage/volumemanager/
Software Version: FreeNAS-11.0-U2 (e417d8aa5)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: b'Unable to GPT format the disk "ada3": gpart: geom \'ada3\': File exists\n']
Exception Location: ./freenasUI/middleware/notifier.py in __gpt_labeldisk, line 409
Server time: Sat, 22 Jul 2017 12:48:27 -0500
Traceback



Request information
GET
No GET data

POST
Variable Value
__all__ ''
volume_name 'trustwatch'
layout-__all__ ''
layout-TOTAL_FORMS '1'
layout-INITIAL_FORMS '0'
layout-0-vdevtype 'stripe'
layout-0-disks 'ada3'
__form_id 'dijit_form_Form_0'
FILES
No FILES data

COOKIES
Variable Value
sessionid 'pbvmwqry5bt7eai0j24q30s43x90s2mz'
csrftoken 'ZHDgsKdwUJqPtQPnbhwnQjsVEyRo8xIJsiR6SU5knexng1geEh88hfP2Ty1QkhTi'
fntreeSaveStateCookie 'root'
META
Variable Value


I must admit that one disk might not be that good anymore but I don't get a smart warning either.

Any idea?


Update: created a single 500 GB drive volume with success and tried to extend it with the other 500 GB drive and got that script displayed again. So most likely a broken disk.
 

Stux

MVP
Joined
Jun 2, 2016
Messages
4,358
Sounds like a buggy script triggered by your drive. Whether the drive is broken or not is irrelevant.

Do verify your install though. (In the upgrade panel)
 

dirkme

Contributor
Joined
Jul 19, 2017
Messages
162
Sounds like a buggy script triggered by your drive. Whether the drive is broken or not is irrelevant.

Do verify your install though. (In the upgrade panel)

Yes the drive is broken, but the script shouldn't show i guess ;-)
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,456
No, I wouldn't think it should. Recommend filing a bug, using the Support button in your web GUI--that way, it will attach a debug file to help the devs see what's going on.
 
Status
Not open for further replies.
Top