积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(182)Julia(87)系统运维(71)C++(50)Conan(47)云计算&大数据(40)Python(38)Celery(35)Zabbix(25)VirtualBox(25)

语言

全部英语(237)中文(简体)(46)中文(繁体)(10)日语(2)德语(1)西班牙语(1)法语(1)意大利语(1)葡萄牙语(1)ro(1)

格式

全部PDF文档 PDF(260)其他文档 其他(43)
 
本次搜索耗时 0.097 秒,为您找到相关结果约 303 个.
  • 全部
  • 后端开发
  • Julia
  • 系统运维
  • C++
  • Conan
  • 云计算&大数据
  • Python
  • Celery
  • Zabbix
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 葡萄牙语
  • ro
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CurveFS Client 概要设计

    CurveFS client 向上提供两层接口,分别是© XXX Page 3 of 11 对接fuse,提供通用文件系统接口。对于fuse接口,先前进行了一些调研,见FUSE调研 提供lib库,提供对接分布式数据库接口,这一部分,可参考polarfs的接口,如下图所示。 根据讨论,我们首先对接fuse的lowlevel operators,对于数据库的lib库接口,后续可以在此基础上再做一层对接。lowlevel +readdirplus +copy_file_range +lseek 关键接口分析 init void (*init) (void *userdata, struct fuse_conn_info *conn); 根据挂载信息,从mds获取文件系统信息(或superblock),块分配器(bitmap)和root inode所在的copyset、 metaserver block),缓存到client端。 destroy void (*destroy) (void *userdata); 清理init缓存的文件系统信息。 lookup void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name); 根据parent inode id和name从denty缓存中找到对应的denty结构; 如果dentry缓存
    0 码力 | 11 页 | 487.92 KB | 6 月前
    3
  • pdf文档 CurveFs 用户权限系统调研

    ds/curvefs_mds wanghai+ 2642837 2589230 0 13:47 pts/156 00:00:00 ./bazel-bin/curvefs/src/client/fuse_client -f -o volume=/fs -o user=test -o conf=./curvefs/conf/curvefs_client.conf /tmp/fsmount 问题1:root用户无法访问挂载目录 4 of 33 查阅资料发现这是fuse的一种安全策略,默认是只有filesystem owner拥有该文件系统的访问权限,如果想要其他用户有权访问,需要在挂载参数中指定‘-o allow-root’ 或'-o allow-other'以允许相应用户有权访问该文件系统,如果挂载者不是root还需要在/etc/fuse.conf(/usr/local/etc/fuse.conf)中增加配置项“use 配置项是无值的)。详见libfuse官方文 档:https://github.com/libfuse/libfuse#security-implications # The file /etc/fuse.conf allows for the following parameters: # # user_allow_other - Using the allow_other mount option
    0 码力 | 33 页 | 732.13 KB | 6 月前
    3
  • pdf文档 Open Flags 调研

    : 用于生产临时的无名的普通文件,pathname指定一个目录。 O_TMPFILE libfuse open void(* fuse_lowlevel_ops::open)(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi)© XXX Page 6 of 23 Open a file Open flags are available file is opened. See fuse_file_info structure in <fuse_common.h> for more details. If this request is answered with an error code of ENOSYS and FUSE_CAP_NO_OPEN_SUPPORT is set in fuse_conn_info.capable, and release will also succeed without being sent to the filesystem process. Valid replies: fuse_reply_open fuse_reply_err Parameters req request handle ino the inode number fi file information© XXX Page
    0 码力 | 23 页 | 524.47 KB | 6 月前
    3
  • pdf文档 NJSD eBPF 技术文档 - 0924版本

    ⽀持低延迟的⽂件数据访问Curve⽂件系统⾯临的问题 • ⽤户态实现 • 稳定性/可靠性⾼ • 容易更新及维护 • 基于FUSE提供POSIX兼容⽂件接⼝ • 问题 • 相对kernel⽂件系统的实现(ext4, xfs)性能 差异⼤,延迟⾼FUSE⽂件IO读写流程 • 场景1 pytorch example word_language_model • LOOKUP inode 关闭⽂件时会发送FLUSH请求和RELEASE请求FUSE⽂件IO读写流程FUSE的IO路径及瓶颈分析 • 对⽐测试 • ⽂件访问测试直接访问ext4 • 通过FUSE访问passthrough_ll底层ext4 • 内核调⽤延迟测试 • 与FUSE Daemon通讯120us左右,FUSE Daemon⼤概10us以内 • 瓶颈在/dev/fuse通讯开销基于FUSE可能的优化点 • 降低内核与libfuse通讯延迟 cache?实现POSIX兼容API途径及问题 • 基于FUSE的实现 • curve / ceph / gluster • LD_PRELOAD重载⽂件系统系统调⽤ • vpp / f-stack / DirectFUSE • Kernel版本实现 • BentoFS 基于rust的实现采⽤LD_Preload⽅式瓶颈分析 • 环境 • FUSE daemon使⽤ passthrough_ll
    0 码力 | 20 页 | 7.40 MB | 6 月前
    3
  • pdf文档 curvefs client删除文件和目录功能设计

    分布式系统,参考并设计解决上述遗留问题。 当前删除接口代码如下:© XXX Page 3 of 15 CURVEFS_ERROR FuseClient::RemoveNode(fuse_req_t req, fuse_ino_t parent, const char *name) { Dentry dentry; CURVEFS_ERROR ret = dentryMa 指的是文件的访问计数。当文件/目录被打开时, ,该文件/目录仍然可以被打开的进程访问,不会造成崩溃或报错,我们的curvefs也需要实现 即使文件/目录已经被另一个进程删除了(nlink==0) 这样的语义。 这部分内容在fuse的相关接口中也有描述如下: /** * Forget about an inode * * This function is called when the kernel removes internal caches. * * The inode's lookup count increases by one for every call to * fuse_reply_entry and fuse_reply_create. The nlookup parameter * indicates by how much the lookup count should be
    0 码力 | 15 页 | 325.42 KB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 6.1.6 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image . . . . . . . . 101 5.11.1 Viewing Detailed Information About a Virtual 16.2.30 Opus License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375 16.2.31 FUSE for macOS License . . . . . . . . . . . . . . . . . . . . . . . . . . 376 17 Oracle VM VirtualBox 17, VBoxManage storageattach, page 169. 100 5 Virtual Storage 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image vboximg-mount is a command line utility for Mac OS and Linux hosts
    0 码力 | 392 页 | 4.67 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 6.1.32 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image . . . . . . . . 105 5.11.1 Viewing Detailed Information About a Virtual 16.2.30 Opus License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 16.2.31 FUSE for macOS License . . . . . . . . . . . . . . . . . . . . . . . . . . 389 10 Contents 17 Oracle 17, VBoxManage storageattach, page 174. 104 5 Virtual Storage 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image vboximg-mount is a command line utility for Mac OS and Linux hosts
    0 码力 | 407 页 | 4.76 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 6.1.12 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image . . . . . . . . 101 5.11.1 Viewing Detailed Information About a Virtual 16.2.30 Opus License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 16.2.31 FUSE for macOS License . . . . . . . . . . . . . . . . . . . . . . . . . . 380 17 Oracle VM VirtualBox 17, VBoxManage storageattach, page 170. 100 5 Virtual Storage 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image vboximg-mount is a command line utility for Mac OS and Linux hosts
    0 码力 | 396 页 | 4.67 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 6.1.30 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image . . . . . . . . 105 5.11.1 Viewing Detailed Information About a Virtual 16.2.30 Opus License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 16.2.31 FUSE for macOS License . . . . . . . . . . . . . . . . . . . . . . . . . . 388 10 Contents 17 Oracle 17, VBoxManage storageattach, page 174. 104 5 Virtual Storage 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image vboximg-mount is a command line utility for Mac OS and Linux hosts
    0 码力 | 406 页 | 4.75 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 6.1.18 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image . . . . . . . . 105 5.11.1 Viewing Detailed Information About a Virtual 16.2.30 Opus License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382 16.2.31 FUSE for macOS License . . . . . . . . . . . . . . . . . . . . . . . . . . 383 17 Oracle VM VirtualBox 17, VBoxManage storageattach, page 173. 104 5 Virtual Storage 5.11 vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image vboximg-mount is a command line utility for Mac OS and Linux hosts
    0 码力 | 400 页 | 4.74 MB | 1 年前
    3
共 303 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
CurveFSClient概要设计CurveFs用户权限系统调研OpenFlagsNJSDeBPF技术文档0924版本curvefsclient删除文件目录功能功能设计OracleVMVirtualBox6.1UserManual32123018
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩