In my rig zfs uses pretty much all available ram - which is 16gb
Btrfs/ZFS support
-
- OMV 1.0
- fulgas
-
-
For the graph problem
I had to manually do the following:
omv-mkconf collectd
service collectd restartThen click Refresh on page. After that, it worked fine. Will have to look into this more. Shouldn't be too hard to fix.
And for avoid this problem in the future, i think you may add in https://github.com/OpenMediaVa…vault/engined/rpc/zfs.inc file in the end of function : addPool,importPool,addObject,deleteObject and rename this code :
Code
Alles anzeigen$cmd = "omv-mkconf collectd 2>&1"; if(0 !== $this->exec($cmd, $output)) { throw new OMVException(OMVErrorMsg::E_EXEC_FAILED, $cmd, implode("\n", $output)); } $cmd = "service collectd restart 2>&1"; if(0 !== $this->exec($cmd, $output)) { throw new OMVException(OMVErrorMsg::E_EXEC_FAILED, $cmd, implode("\n", $output)); }
enjoy it
-
If that is the case, it would be easier to add collectd listener.
-
-
I have this error when do latest update omvextras.org 1.13:
Code
Alles anzeigenReading package lists... Building dependency tree... Reading state information... The following packages will be upgraded: openmediavault-omvextrasorg 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/280 kB of archives. After this operation, 0 B of additional disk space will be used. WARNING: The following packages cannot be authenticated! openmediavault-omvextrasorg Authentication warning overridden. (Reading database ... 56401 files and directories currently installed.) Preparing to replace openmediavault-omvextrasorg 1.12 (using .../openmediavault-omvextrasorg_1.13_all.deb) ... Unpacking replacement openmediavault-omvextrasorg ... Processing triggers for openmediavault ... Restarting engine daemon ... Setting up openmediavault-omvextrasorg (1.13) ... Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.lW8sRi1233 --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4D5843EA gpg: requesting key 4D5843EA from hkp server keyserver.ubuntu.com gpg: invalid radix64 character 02 skipped gpg: [don't know]: invalid packet (ctb=11) gpg: read_block: read error: invalid packet gpg: Total number processed: 0 gpg: no valid OpenPGP data found. dpkg: error processing openmediavault-omvextrasorg (--configure): subprocess installed post-installation script returned error exit status 2 Processing triggers for openmediavault ... Restarting engine daemon ... Errors were encountered while processing: openmediavault-omvextrasorg
I try a second time from shell, and this time work:
Code
Alles anzeigenroot@RNAS:~# apt-get upgrade Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho 0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados. 1 no instalados del todo o eliminados. Se utilizarán 0 B de espacio de disco adicional después de esta operación. ¿Desea continuar [S/n]? s Configurando openmediavault-omvextrasorg (1.13) ... Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.7ZFX3NKP7E --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4D5843EA gpg: requesting key 4D5843EA from hkp server keyserver.ubuntu.com gpg: key 4D5843EA: "Turbo Fredriksson <turbo@bayour.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.21RwAxIxg8 --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8E234FB17DFFA34D gpg: requesting key 7DFFA34D from hkp server keyserver.ubuntu.com gpg: key 4D5843EA: "Turbo Fredriksson <turbo@bayour.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK Procesando disparadores para openmediavault ... Updating locale files ... Updating file permissions ... Purging internal cache ... Restarting engine daemon ... Creating index of upgradeable packages ... Creating index of
-
Even though the plugin sets LANG=C, it still seems like systems using a non-English language run into this when installing keys. Can you tell me if the following line works (it is all one line)?
export LANG=C; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::="--force-confold" install openmediavault-omvextrasorg
-
response from my NAs (Remember that from shell upgrade works fine in my case):
Code
Alles anzeigenLinux RNAS 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.7-ckt4-3~bpo70+1 (2015-02-12) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Mar 4 07:28:45 2015 from raul root@RNAS:~# export LANG=C; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::="--force-confold" install openmediavault-omvextrasorg Reading package lists... Done Building dependency tree Reading state information... Done openmediavault-omvextrasorg is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@RNAS:~#
I do the same in my Brother NAS ( not upgraded previosly so it's ver 1.12):
Code
Alles anzeigenLinux ANAS 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu Jan 8 20:20:26 2015 from localhost root@ANAS:~# export LANG=C; export DEBIAN_FRONTEND=noninteractive; apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::="--force-confold" ins tall openmediavault-omvextrasorg Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: openmediavault-omvextrasorg 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/280 kB of archives. After this operation, 0 B of additional disk space will be used. WARNING: The following packages cannot be authenticated! openmediavault-omvextrasorg Authentication warning overridden. (Reading database ... 28569 files and directories currently installed.) Preparing to replace openmediavault-omvextrasorg 1.12 (using .../openmediavault-omvextrasorg_1.13_all.deb) ... Unpacking replacement openmediavault-omvextrasorg ... Processing triggers for openmediavault ... Restarting engine daemon ... Setting up openmediavault-omvextrasorg (1.13) ... OK OK OK OK Processing triggers for openmediavault ... Updating locale files ... Updating file permissions ... Purging internal cache ... Restarting engine daemon ... Creating index of upgradeable packages ... Creating index of OpenMediaVault plugins ... root@ANAS:~#
-
-
How to disable "show dot folders" on ZFS pools.
my case I'll try to import my OMV pool on FreeNAS and works fine, I copied some amount of data , and expot the pool, once done I reimport on OMV and I have a .system filesystem that I want not show:
If is not possible, perhaps is a good idea to add a config in webGUI to show / not show this type of folders.
-
zfs-on-linux 0.6.4 was released a day or two ago... Maybe this will solve the freenas issue.
-
For some reason my ZFS isn't available on the 3.2 kernel. The module is not loaded/build - probably after one of the ZFS updates.
Is there an easy command to let it rebuild for that kernel?
-
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!