We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inplace_data_updates
It seems that the documents need to be updated to reflect the change in ccf810c.
The document says that there is a module option called inplace_data_updates.
linux-nova/Documentation/filesystems/nova.txt
Line 82 in 976a4d1
linux-nova/fs/nova/super.c
Lines 54 to 73 in 976a4d1
In order to enable CoW, one needs to mount with option -o data_cow, and the message nova: Enable copy-on-write updates should be printed to dmesg
-o data_cow
nova: Enable copy-on-write updates
Lines 278 to 281 in 976a4d1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It seems that the documents need to be updated to reflect the change in ccf810c.
The document says that there is a module option called
inplace_data_updates
.linux-nova/Documentation/filesystems/nova.txt
Line 82 in 976a4d1
This option does not exist in the code and CoW is not enabled by default:
linux-nova/fs/nova/super.c
Lines 54 to 73 in 976a4d1
In order to enable CoW, one needs to mount with option
-o data_cow
, and the messagenova: Enable copy-on-write updates
should be printed to dmesglinux-nova/fs/nova/super.c
Lines 278 to 281 in 976a4d1
The text was updated successfully, but these errors were encountered: