Skip to content
New issue

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

Add preliminary support for fuse on vineyard objects. #553

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

sighingnow
Copy link
Member

What do these changes do?

The vineyard server can be mounted as

export VINEYARD_IPC_SOCKET=/tmp/vineyard.sock

./bin/vineyard-fusermount `pwd`/vineyard-fs

Here the ``pwd/vineyard-fs is the mount point.

Related issue number

Fixes #430.

Signed-off-by: Tao He <sighingnow@gmail.com>
@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #553 (ce402f8) into main (fa8089c) will increase coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #553      +/-   ##
==========================================
+ Coverage   67.48%   67.70%   +0.21%     
==========================================
  Files          70       70              
  Lines        5973     5970       -3     
==========================================
+ Hits         4031     4042      +11     
+ Misses       1942     1928      -14     
Impacted Files Coverage Δ
src/server/services/meta_service.h 78.11% <0.00%> (-0.28%) ⬇️
src/client/client.cc 68.02% <0.00%> (+4.36%) ⬆️

@sighingnow sighingnow merged commit aa40322 into v6d-io:main Oct 26, 2021
@sighingnow sighingnow deleted the ht/fuse branch October 26, 2021 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Virtual filesystem view on Vineyard Objects
1 participant