I ran fstrim on a container via `pct fstrim`. `pct list` shows the container with a fstrim lock.
i removed the lock with `pct unlock`. fstrim kept on running:
two questions:
a) does `pct fstrim` lock the container for writing? if yes, is it possible to run without locking the container for writing?
b) if A is yes, isn't the unlock operation supposed to stop the fstrim process??
i removed the lock with `pct unlock`. fstrim kept on running:
Code:
root 10358 0.2 0.1 322408 110876 ? S 12:08 0:00 /usr/bin/perl -T /usr/sbin/pct fstrim 117
root 10361 0.0 0.0 5956 1072 ? D 12:08 0:00 fstrim -v /var/lib/lxc/117/rootfs/
two questions:
a) does `pct fstrim` lock the container for writing? if yes, is it possible to run without locking the container for writing?
b) if A is yes, isn't the unlock operation supposed to stop the fstrim process??