Beiträge von igox

    Hi Vivien69,

    Hi, i'm note sure that ASM1166 based M.2 NVME to SATA 3.0 Adapter will work and if it work without problems.

    I currently have 2 HHDs plugged to the ASM1166 controller (no raid here).

    The box is running since beginning of Feb. without any issue.


    To be honest, I don't understand much about all the chipset compatibility/capabilities and I blindly trusted chente who stated (source thread) :

    Zitat


    If I had not had this adapter, I would have bought a miniPCIe 3.0 x2 6-port SATA adapter with Asmedia 1166 chip. This chip does not use a port multiplier, therefore it is suitable for software Raid if necessary and the bandwidth of the connection PCIe 3.0 x2 is 1970MB/s. This adapter could be connected to the miniPCIe 3.0 x2 port (two real lanes) of the Asus board and take advantage of its full potential.

    Regards,

    iGoX

    Can you run two benchmarks on it? The throughput speed of the M.2 adapter for several drives simultaneously and the CPU crunchiness.

    Hi @olduser,


    I'll be glad to provide such benchmarks.

    Unfortunately, I'm a total noob in the benchmark field.

    I've no idea what software/tool to use to do so...

    Any guidance would be more than welcome. ;)


    Regards,

    iGoX

    Hi,


    Just to share my new build.


    The purpose of this one was to have a spare NAS offsite to replicate critical data and being able to host few docker compose stack based services like NextCloud, Vaultwarden, Wireguard...

    I wanted it with the smallest footprint and as quiet as possible, but with the possibility to easily extend storage capability.


    After reading reading the @chente's thread "Why I chose an N100 over a Raspberry PI5", I decided to go with an Intel N100 based build.


    Here is the BOM:

    I sourced parts from different stores (AliExpress, Amazon, Materiel.net).

    It cost me a grand total of 476,05€ (including shipping fees/taxes) which is, in my opinion, pretty fair compared to some pre-build boxes (as an example the Synology DS1522+ cost around 800€)


    The box is now fully mounted, set up with OMV 6.x, and has been placed in its offsite location.

    I have 2 HHD mounted for now, but have room for 3 more (hot swapable).

    I'm pretty satisfied with the form factor, the noise is barely earable, the machine has enough compute power to bear with the tasks it is aimed for.


    I'll will add some photos when I get a chance to go where the machine lays now ;)


    Regards,

    iGoX

    Hi,

    I would try creating a group with a name that begins and ends with alphabetic characters (not numbers) and would not include that hyphen in the name. These things usually cause problems.

    And yes, the dash/hyphen is the problem


    Indeed, the dash/hyphen was the root cause of my issue. I renamed my mergerfs share as union1 rather than union-1 and it worked.


    Why did you add category.create=mfs to the options?

    Because I did a dumb copy/paste from the mergerfs Github documentation (I have a torrent client writing on the mergerfs share):



    May I ask which option from the dropdown list should I pick to remove the category.create=mfs from the options?


    Thanks for your help!


    Best regards,

    iGoX


    PS: I'm tagging this thread as resolved as the initial issue (mergerfs one) is now solved.

    Hi,


    I created a mergerfs pool.

    Now, when I try to edit it in the WebUI, I got a "500 - OK" error pop up:


    Hereafter the full error stack:

    I did try to restart the MergerFS pool, but got the same "500 - OK" error in the WebUI, but quite different stack trace:

    Code
    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; systemctl restart srv-mergerfs-union\x2d1.mount' with exit code '5': 
    
    OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; systemctl restart srv-mergerfs-union\x2d1.mount' with exit code '5':  in /usr/share/php/openmediavault/system/process.inc:242
    Stack trace:
    #0 /usr/share/openmediavault/engined/rpc/mergerfs.inc(203): OMV\System\Process->execute(Array, 5)
    #1 [internal function]: OMVRpcServiceMergerfs->restartPool(Array, Array)
    #2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('restartPool', Array, Array)
    #4 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Mergerfs', 'restartPool', Array, Array, 1)
    #5 {main}


    Nonetheless, the MergerFS pool seems to be created and accessible at /srv/mergerfs/union-1 :



    Any idea of what can be the issue?


    Best regards,

    iGoX

    Hi,

    I don't know if the "omv-release-upgrade" has been changed in the last 24hrs, but it's failing for me right now. answer "yes" to proceed gives

    I had the same issue. This error is due to following line in /usr/sbin/omv-release-upgrade file:

    Code
    cp -r "${OMV_UPGRADE_SCRIPTS_DIR}/*" "${tmpdir}"

    To fix the issue you can edit above command as following:

    Code
    cp -r "${OMV_UPGRADE_SCRIPTS_DIR}/"* "${tmpdir}"

    (put the * char outside the double quote.


    Regards,

    iGoX