Yes, I am trying it now. Has been running for several days, and it looks promising. I will let you know the result when its finished.
Beiträge von thunderlight1
-
-
Thank you for your replies.
I was also thinking the same way you are, that it should save a file to the drive which has the most space available at that time.
Is there a way now to have the files being distributed evenly between the drives automatically or do I need to recreate the pool from scratch? -
Hi!
Attached are two pictures of my configuration I have had since the start. Hope this is of any help to solve this.Regards,
Cesar da Silva -
No, I don't. Here is an ls of all of the drives including the Pool for referens.
cesar@nas:/srv$ ls dev-disk-by-label-DISK1
lost+found Media Nextcloud snapraid.parity Virtualbox
cesar@nas:/srv$ ls dev-disk-by-label-DISK2
Logs Media snapraid.conf.bak snapraid.content.lock
lost+found snapraid.conf snapraid.content Virtualbox
cesar@nas:/srv$ ls dev-disk-by-label-DISK3
lost+found Media snapraid.conf snapraid.conf.bak snapraid.content
cesar@nas:/srv$ ls dev-disk-by-label-DISK4
Files lost+found OMV-Backup snapraid.conf snapraid.content tmp
cesar@nas:/srv$ ls c908b475-65da-4325-ac82-1a48b8dcd4c6/
Files Media snapraid.conf snapraid.content.lock Virtualbox
Logs Nextcloud snapraid.conf.bak snapraid.parity
lost+found OMV-Backup snapraid.content tmp -
Thank you for your quick reply.
The Create Policy I selected was and still is "Existing path, most free space". Here are also the options: defaults,allow_other,direct_io,use_ino.
I thought that this would spread the load between the disks, as it would use the harddisk with the most space available at the moment. -
Hi!
I have installed latest OMV and configured SnapRaid and MergerFS.
I have an external harddisk which I have all of my backup stuff.
So I started by creating an MergerFS pool and created an RSync Module pointing to a location on the pool.
I then copied the files with Rsync from the external backup harddisk to the pool.
I have a pool of four harddisk in the poo,, but it looks like only one of the harddisks was mostly used for the the files as now one of the drives is almost full while the other are not yet half full.
Is this how it should be?
Is there any command to adjust the imbalance and spread the files more evenly between the drives?Here is also a notice I get about this issue:
Resource limit matched Service fs_srv_dev-disk-by-label-DISK1
Date: Sat, 12 Aug 2017 05:40:22
Action: alert
Host: nas.dasilva.network
Description: space usage 99.4% matches resource limit [space usage>85.0%]Regards,
Cesar da Silva -
Hi!
I had the same issue and fixed it by following the instructions on the following URL:
https://www.howtogeek.com/howt…e-a-samba-user-on-ubuntu/Hope this is of any help for anyone.
Regards,
Cesar da Silva -
Hi All,
Thank you for your all replies.
I had IPv6 disabled already through the WEB-GUI, so that should not be any issue, if I did not need to disable it in any other way?
I changed the SMTP server to the mentioned address smtp.googlemail.com and it is working now.
Problem resolved. Thanks.Regards,
Cesar da Silva -
Hi!
I am trying to use Google mail smtp-server to send all my OMV notifications.
Bellow is my configuration:With following settings:
SMTP Server: smtp.google.com
SMTP Port: 587
Use SSL/TLS: OnA window pops up when I click on the button "Send a Test Mail" saying it was sent successfully.
But when I look at the log file /var/log/mal.info it says
Jul 29 19:43:59 nas postfix/smtp[16154]: warning: relayhost configuration problem
Jul 29 19:43:59 nas postfix/smtp[16154]: AE17B4CB92: to=<thunderlight1@gmail.com>, relay=none, delay=4780, delays=4775/0.04/5/0, dsn=4.3.5, status=deferred (Host or domain name not found. Name service error for name=smtp.google.com type=AAAA: Host not found)I can do a "dig mtp.google.com", so the is no issue resolving the DNS-name.
cesar@nas:/var/log$ dig smtp.google.com
; <<>> DiG 9.9.5-9+deb8u13-Debian <<>> smtp.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 60112
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;smtp.google.com. IN AAny suggestion on how to fix this?
Regards,
Cesar da Silva