bcachefs
bcachefs copied to clipboard
readonly (-r) option for bcachefs subvolume snapshot -r ... does not make snapshot readonly
The "-r" option does not make the snapshot read only.
I create da snapshot with "-r"
I cd'd into the snapshot.
touch a
ls -al -rw-rw-r-- 1 root root 727 Nov 6 09:13 README -rw-r--r-- 1 root root 0 Mar 1 17:02 a <---- was created! drwxrwxr-x 25 root root 0 Nov 6 09:13 arch
bcachefs seems not having snapshot read only option
But this seems to imply that it should.
./bcachefs subvolume snapshot -h
bcachefs subvolume snapshot - create a snapshot
Usage: bcachefs subvolume snapshot [OPTION]...
Create a snapshot of
So, either its not done yet or no longer needed... or my git repo is out of date;)
ps. The man page is out of date also.
Yeah it's just not implemented yet.