The Wayback Machine - https://web.archive.org/web/20220627210614/https://github.com/topics/datacenter
Skip to content
#

datacenter

Here are 115 public repositories matching this topic...

GowthamKudupudi
GowthamKudupudi commented Jun 15, 2021

Description
If the Triton server build fails due to any reason, I have to delete the /tmp/citritonbuild/<backend> folders to prevent the next rebuild from throwing git repo already exists error.

Triton Information
r21.05

I am building the Triton server myself.

To Reproduce
uninstall one of the dependency needed by a backend.
run build.py with all the backends enabled

enhancement good first issue
firesim
abejgonzalez
abejgonzalez commented Jan 20, 2020

This is discussed a bit more in #456.

Currently, to copy off files from the fs is to 1. mount, 2. chattr, 3. chmod/chown, 4. copy files off. However, this is destructive to the fs (since it changes permissions/users). Instead, there should be a less invasive way to copy off files that doesn't mess with the underlying fs so that people can copy the fs and use it somewhere else.

enhancement help wanted good first issue

An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone disk drives or even map them as caching nodes to slower local disk drives. Access those drives locally or export those volumes across an NVMe Target network.

  • Updated Jun 23, 2022
  • C

Improve this page

Add a description, image, and links to the datacenter 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 datacenter topic, visit your repo's landing page and select "manage topics."

Learn more