Olivier Doucet
Olivier Doucet
``` docker run --rm --net=host -ti ubuntu bash root@docker-desktop:/# echo "inetnum: 185.81.68.0 - 185.81.68.254" | awk '{print $2"-"$4}' | xargs ipcalc -r | tail -n1 185.81.68.254/32 root@docker-desktop:/# echo "inetnum: 185.81.68.255...
Rocky9 : ``` $ ipcalc --version ipcalc 1.0.0 $ ipcalc "104.154.0.0-104.155.255.255" ipcalc: bad IPv4 address: 104.154.0.0-104.155.255.255 ``` IPCalc 1.0.1 (compiled from sources) : ``` $ ./ipcalc "104.154.0.0-104.155.255.255" ipcalc: bad IPv4...
Hello, There is a known bug on searchFilter with UUID. I provided a MR that was accepted on 2.6 but reverted on 2.7 You can use the current patch to...
As you know, hard drives manufacturer are selling their products based on base 1000 calculation. Allow to compare disk usage with the same base can, in very specific cases, be...
None of the snapshot in this filesystem is mounted elsewhere. Initial filesystem is mounted though.
I'm not sure what you mean ... Yes, I can mount the same snapshot I have the ELOOP error with. Or do you mean ``` mount -t zfs [email protected] /backup/xxxx/.zfs/snapshot/2016-04-10.000000Z/...
Yes, that's what I tested in my previous post ;) mount command does no error, but ELOOP is still there, and /proc/mounts does not show the mount.
This bug also prevents "zfs diff" to work (failed with message "Unable to obtain diffs: No such file or directory"), if it can help. Folder .zfs/shares is empty
``` [...] stat("xxxxxxx/[email protected]", 0x7ffe33b45500) = -1 ENOENT (No such file or directory) getcwd("/root", 4096) = 6 lstat("/xx", {st_mode=S_IFDIR|0755, st_size=10, ...}) = 0 lstat("/xx/xx", {st_mode=S_IFDIR|0755, st_size=50, ...}) = 0 lstat("/xx/xx/xx", {st_mode=S_IFDIR|0755,...
any update ? What can I do to help ?