apps pool

aelsharawi

Dabbler
Joined
Mar 23, 2024
Messages
11
now apps are in the main pool for my SATA disks I want to install nvme for the apss or let them be installed on the same nvme of the main system so that it is faster


any benefit from that? how can I do it? what is the drawbacks?
 

chuck32

Guru
Joined
Jan 14, 2023
Messages
623
any benefit from that?
Apps that are limited by read / write of the disk in their operations will be faster.
No constant HDD noise ;)

But I'm talking about apps on a separate SSD pool in general

let them be installed on the same nvme of the main system so that it is faster
No this is not possible. Or at least if you have to ask, don't do it. You need to partition your boot drive. This is an unsupported configuration. If you break your system you are on your own here.
 

aelsharawi

Dabbler
Joined
Mar 23, 2024
Messages
11
thanks a lot for replying


one bug here is when I reboot my router (the app services in trueness don't see the ip and though errors that will be fixed by reboot) any smart way for this?
 

aelsharawi

Dabbler
Joined
Mar 23, 2024
Messages
11
Code:
 Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 427, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 465, in __run_body
    rv = await self.method(*([self] + args))
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 177, in nf
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 44, in nf
    res = await f(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/upgrade.py", line 115, in upgrade
    await self.upgrade_chart_release(job, release, options)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/upgrade.py", line 265, in upgrade_chart_release
    config, context = await self.middleware.call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1399, in call
    return await self._call(
           ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1342, in _call
    return await methodobj(*prepared_call.args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 339, in normalise_and_validate_values
    dict_obj = await self.middleware.call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1399, in call
    return await self._call(
           ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1342, in _call
    return await methodobj(*prepared_call.args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/validation.py", line 54, in validate_values
    verrors.check()
  File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 70, in check
    raise self
middlewared.service_exception.ValidationErrors: [EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_CLIENTSETTINGS: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_DHCP_SERVERCONFIG: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_DHCP_STATICLEASES: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_DNS_ACCESSLISTS: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_DNS_REWRITES: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_DNS_SERVERCONFIG: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_FILTERS: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_GENERALSETTINGS: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_QUERYLOGCONFIG: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_SERVICES: Not a boolean
[EINVAL] values.workload.main.podSpec.containers.main.env.FEATURES_STATSCONFIG: Not a boolean

 




Got this when updating one of the apps
 
Top