Storage Increase when Running On HyperV

Status
Not open for further replies.

Jack Rabit

Cadet
Joined
Jul 12, 2018
Messages
6
Hi there Guys,

Ive spent the last two days trying to find something that describes how to increase my storage in Freenas when running on HyperV.

Ive already installed additional 2tb drives on the Host server and moved the VHD files to the new Drives, ive also increased the storage size for the vhd on HyperV.

I just cant get Freenas to see the new size, i know im doing something wrong (obviously) but dont know freenas well enough to know where and what to do.
Would someone please point me to something that would help me increase the drive space, your help would be greatly appreciated.

Regards
Wabbit
 
D

dlavigne

Guest
Were you able to resolve this? If not, which build version of FreeNAS (from System -> Information). Any errors in /var/log/messages when it fails?
 

Jack Rabit

Cadet
Joined
Jul 12, 2018
Messages
6
Hi there,

thanx for the reply,

sadly had not been able to figure this out yet.

There are no failures, and its working.
the trouble is ive increased the VM's vxd size from 500gb to 1tb, so on the server side its all good.
its in freenas that it does not see the new aditional space. it still thinks it only has 500gb

SO i know in a normal server VM i need to extend the partition to include the new space so that the machine can use the additional space.
i just cant figure out how to do this in freenas, and have not been able to find a writeup or video on how to achieve this.

My Freenas Build version is : FreeNAS-11.1-U5
 

Jack Rabit

Cadet
Joined
Jul 12, 2018
Messages
6
Here is the output for the log at /var/log/messages.



Jul 12 00:00:00 RabitFreeNas newsyslog[13955]: logfile turned over due to size>200K
Jul 12 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 12 03:45:01 RabitFreeNas ZFS: vdev state changed, pool_guid=12774832887088536078 vdev_guid=10195003403192236223
Jul 12 07:50:09 RabitFreeNas kernel: arp: 192.168.1.170 moved from 80:86:f2:ca:9f:7c to 84:db:ac:6c:aa:9d on hn0
Jul 12 07:50:29 RabitFreeNas kernel: arp: 192.168.1.170 moved from 84:db:ac:6c:aa:9d to 80:86:f2:ca:9f:7c on hn0
Jul 13 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 14 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 15 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 15 00:00:01 RabitFreeNas ZFS: vdev state changed, pool_guid=16403597930738627629 vdev_guid=15701061036478368416
Jul 15 00:00:01 RabitFreeNas ZFS: vdev state changed, pool_guid=16403597930738627629 vdev_guid=1514976107610243553
Jul 16 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 17 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 18 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 19 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 20 00:00:00 RabitFreeNas syslog-ng[3770]: Configuration reload request received, reloading configuration;
Jul 20 03:45:01 RabitFreeNas ZFS: vdev state changed, pool_guid=12774832887088536078 vdev_guid=10195003403192236223
Jul 20 10:44:41 RabitFreeNas uwsgi: [sentry.errors.serializer:78] 'MyServer' object has no attribute '_ServerProxy__host'
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 42, in inner
response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 178, in _get_response
response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py", line 162, in process_view
return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages
Jul 20 10:44:41 RabitFreeNas uwsgi: /django/views/decorators/cache.py", line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "./freenasUI/system/views.py", line 1246, in terminal
multiplex.proc_dump(sid)
File "/usr/local/lib/python3.6/xmlrpc/client.py", line 1112, in __call__
return self.__send(self.__name, args)
File "./freenasUI/system/views.py", line 1202, in __request
verbose=self.__verbose
File "/usr/local/lib/python3.6/xmlrpc/client.py", line 1154, in request
return self.single_request(host, handler, request_body, verbose)
File "./freenasUI/system/views.py", line 1159, in single_request
data = self.sock.recv(1024)
socket.timeout: timed out

file "messages", 121 lines
 
D

dlavigne

Guest
It's worth reporting the traceback at bugs.freenas.org. Please post the issue number here after you create it.
 
Status
Not open for further replies.
Top