ChucksProjects

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
(Unifying storage management on Linux)
Line 45: Line 45:
== Unifying storage management on Linux ==
== Unifying storage management on Linux ==
 +
 +
* A easy-to-use graphical tool that can manage storage devices and pools, and file systems
 +
* Includes a wizard (like Roxio or Toast) that can start different applications depending on what is to be accomplished
 +
* Make it easy to create, manage, and back up very large data storage pools
 +
* Make it easy to export and secure data
 +
* Provide a framework for thinking about and documenting data management
[[StorageUnificationTool|More notes]]
[[StorageUnificationTool|More notes]]
== Construct productized performance tools based on /proc/self/mounstats ==
== Construct productized performance tools based on /proc/self/mounstats ==

Revision as of 01:02, 16 August 2007

Stuff I'm playing with, thinking about, or watching admiringly...

Contents

Mount

  • Add scalable mounting (more efficient use of network resources; mountd connection caching)
  • Rewrite nfs(5)
  • Add real unit testing
  • Make error reporting more useful
  • Complete internationalization
  • Properly implement of break-back retries
  • Implement support for IPv6
  • Implement support for server failover options
  • Test "-o remount" -- handled by /usr/sbin/mount instead of /sbin/mount.nfs?

More notes

Rebuild the NFS server and client XDR layer from the ground up

  • More complete type checking and error reporting
  • Each function called with a simplified virtual API
  • All functions re-entrant so we can remove the BKL

NFS client build testing

  • Builds kernel with "allmodconfig" and "allyesconfig"
  • Automated - no user intervention once started
  • Tests all patches in a series
  • Later add more static analysis for each patch
  • Need to add post-analysis tool that compares the build logs
  • Need to eliminate as many spurious warnings generated by the tool chain as possible

More notes

Advanced file sync tool

  • multi-purpose generic file system syncer - a file synchronization tool that runs on most Unix-flavored operating systems
  • one-way or bidirectional data synchronization
  • syncs file changes periodically or continuously
  • supports disconnected operation (later playback of changes)
  • can use advanced file system features to improve efficiency
  • the basic idea is to use an inotify-like mechanism to make the detection of file and directory modification more efficient


More notes

Unifying storage management on Linux

  • A easy-to-use graphical tool that can manage storage devices and pools, and file systems
  • Includes a wizard (like Roxio or Toast) that can start different applications depending on what is to be accomplished
  • Make it easy to create, manage, and back up very large data storage pools
  • Make it easy to export and secure data
  • Provide a framework for thinking about and documenting data management

More notes

Construct productized performance tools based on /proc/self/mounstats

Personal tools