ThomasADavis

Results 31 comments of ThomasADavis

I changed the 'ssd' type to 'hdd', backed up the data I wanted to keep, totally destroyed the weed cluster, and then two rsync's of data to put back into...

Totally mixed. the 487G data set is based on restic backups and etcd snapshots, the 243G data set is a /home directory structure.

oh, here's the fs.configure for this system also: ``` [root@mouse-r11 ~]# weed shell master: localhost:9333 filers: [mouse-r11:8889] > fs.configure { "locations": [ { "locationPrefix": "/buckets/", "diskType": "hdd" }, { "locationPrefix":...

Ok, updated the cluster to v3.09, we get farther.. but still issues. this is the same dataset, we get through it once, then I do it again, and on the...

At some point, these showed up in the filer output ![Screenshot_2022-06-08_21-49-10](https://user-images.githubusercontent.com/12158973/172766636-9a5605b8-4fad-4a29-8109-d89309853108.png) I think it ran out of file handles..

I'd see every once a while there the weed process would exceed 1000 open file handles; upping that limit in the systemd service file I'm using stopped that issue. I...

netbox v3.5 adds some bulk loader stuff.. but need to wait and see what the actual API will be when released. https://github.com/netbox-community/netbox/blob/feature/docs/release-notes/version-3.5.md#remote-data-sources-11558 (this link will break in the future)

At the time this was requested, you couldn't filter by rack/location. You can now, so this can be considered completed.

Ansible jinja filter always return strings, unless you set jinja2_native=true in your ansible.cfg or do ```ANSIBLE_JINJA2_NATIVE=1 ansible-playbook``` This will break async however, until you get to v2.14.5.. I ran into...

That is true, I ran into this when doing bulk updates via URL to netbox in ansible - it much faster to do bulk update of a large number of...