Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Low
-
Resolution: Need additional information
-
Affects Version/s: 11.2-U3
-
Fix Version/s: N/A
-
Component/s: Plugins
Description
Upon installing plex I confirmed that it was working by going to the management page and indeed it was. I then stopped the service and provided plex with a mount point (source an NFS share and destination in iocage). Upon attempting to restart the plugin I repeatedly get this error.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 165, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1141, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1078, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1105, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1036, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1021, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: mount: /mnt/PoolParty/plex-media-files: Operation not supported by device
jail: /sbin/mount -t Media -o Server/Media /mnt/PoolParty/plex-media-files /mnt/PoolParty/iocage/jails/plex/root/Plex: failed
I've searched and found no answers, restarted the server, uninstalled and reinstalled the plugin but to no avail.