Skip to content
#

posix

Here are 840 public repositories matching this topic...

seaweedfs

SeaweedFS is a distributed blob store and file system to store and serve billions of files fast! Blob store has O(1) disk seek, local tiering, cloud tiering. Filer supports cross-cluster active-active replication, Kubernetes, POSIX, S3 API, encryption, Erasure Coding for warm storage, FUSE mount, Hadoop, WebDAV.

  • Updated Mar 4, 2021
  • Go
odidev
odidev commented Jul 30, 2020

I am working on adding an ARM64 job in Travis. ARM64 job is failing as docker image chubaofs/cfs-base:1.1 is not available for arm64.

Please check https://travis-ci.org/github/odidev/chubaofs/jobs/713238554 for the same.

I have built ARM64 binaries in ARM64 platform using below steps:

  • Removed -Werror flag from rocksdb Makefile as deprecated warnings are being treated as errors.
nxtn
nxtn commented Jul 17, 2020

I'm building a CLI similar to dotnet where each subcommand has an optional argument. The top level help message looks like the following:

Commands:
  install <path-to-config>      ...
  uninstall <path-to-config>    ...
  start <path-to-config>        ...
  stop <path-to-config>         ...
  restart <path-to-config>      ...
  status <path-to-config>       ...
  test <path-to-con

Improve this page

Add a description, image, and links to the posix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the posix topic, visit your repo's landing page and select "manage topics."

Learn more