From Fedora Project Wiki

(Created page with '= Open Sharedroot = == Sommario == The open sharedroot project provides abilities to boot multiple linux systems with the same root filesystem providing a single system filesyst...')
 
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{old}}
= Open Sharedroot =
= Open Sharedroot =


== Sommario ==
== Sommario ==
The open sharedroot project provides abilities to boot multiple linux systems with the same root filesystem providing a single system filesystem based cluster.
Il progetto open sharedroot offre la possibilità di avviare sistemi linux multipli con lo stesso filesystem provvedendo un cluster
basato su un sistema a singolo filesystem.


== Progettista ==
== Progettista ==
Line 12: Line 14:
* Per informazioni aggiornate sullo stato di ''Opensharedroot'' consultare la [[Features/Opensharedroot#Current_status | pagina originale]].
* Per informazioni aggiornate sullo stato di ''Opensharedroot'' consultare la [[Features/Opensharedroot#Current_status | pagina originale]].


== Detailed Description ==
== Descrizione dettagliata ==
The purpose of this feature is to provide an open and flexible filesystem based single system image (SSI) linux cluster.
L'obiettivo di questa ''feature'' è di fornire un filesystem open e flessibile basato su cluster linux SSI (Single System Image).


Currently the following filesystems can be used with fedora 11:
Finora i seguenti filesystem possono essere usati con Fedora 11:


* NFSv3, NFSv4
* NFSv3, NFSv4
Line 23: Line 25:
* Ocfs2
* Ocfs2


* Ext3 as local filesystem
* Ext3 come filesystem locale


Basically it consists of three different software components and some small changes to the initprocess.
Fondamentalmente esso consiste di tre differenti componenti software oltre ad alcune leggere modifiche apportate ai processi ''init''.


1. The initrd (comoonics-bootimage) to boot such a system. As it is more complex to boot from a cluster filesystem or nfs in order to use in a sharedroot configuration we need a new concept of the initrd.
# initrd (comoonics-bootimage) serve ad avviare un tale sistema. Poichè è più complesso avviare da un filesystem cluster o nfs, per usare una configurazione sharedroot occorre un nuovo concetto del initrd.


2. The clustertools provide access to clusterfunctionality like querying the cluster for amount of nodes and configuration. This is organized under the software component comoonics-clustersuite.
# clustertools fornisce accesso alle funzionalità del cluster come interrogare il cluster per conoscere il numero di nodi e la configurazione. Questo strumento si trova nel componente comoonics-clustersuite.


3. The management tools for building a cdsl structure (context dependent symbolic links) and managing cdsl files. This is organized under the software component comoonics-cdsls. The cdsl concept is based on bindmounts.
# Strumenti per costruire una struttura cdsl (context dependent symbolic links) e per gestire file cdsl. Questo strumento si trova nel componente comoonics-cdsls. Il concetto legato a cdsl si basa su bindmount.


The changes to the initprocess are already filed in bugzillas:
Le modifiche apportate al processo init sono state discusse su bugzilla:


* https://bugzilla.redhat.com/show_bug.cgi?id=496843
* https://bugzilla.redhat.com/show_bug.cgi?id=496843
* https://bugzilla.redhat.com/show_bug.cgi?id=496854
* https://bugzilla.redhat.com/show_bug.cgi?id=496854
* https://bugzilla.redhat.com/show_bug.cgi?id=496857
* https://bugzilla.redhat.com/show_bug.cgi?id=496857
* https://bugzilla.redhat.com/show_bug.cgi?id=496859
* https://bugzilla.redhat.com/show_bug.cgi?id=496859
* https://bugzilla.redhat.com/show_bug.cgi?id=496861


* https://bugzilla.redhat.com/show_bug.cgi?id=496861
== Vantaggi per Fedora ==
Poter avviare nodi multipli dallo stesso filesystem. Abilitare Fedora ad essere un filesystem basato su cluster SSI (Single System Image).  


== Benefit to Fedora ==
== Documentazione ==
Being able to boot multiple nodes from the same root filesystem. Enabling fedora to be a filesystem based single system image cluster.  
* Sito Web del progetto: [http://www.open-sharedroot.org/ open-sharedroot.org]
* Problemi posti su Buzilla [https://bugzilla.open-sharedroot.org/ bugzilla.open-sharedroot.org]
* Mailing List: [mailto:open-sharedroot-users@lists.sourceforge.net open-sharedroot-users@lists.sourceforge.net], [mailto:open-sharedroot-devel@lists.sourceforge.net open-sharedroot-devel@lists.sourceforge.net]
* Red Hat Magazine: [http://www.redhat.com/magazine/021jul06/features/gfs_update/ gfs_update]
* Red Hat Whitepaper: [http://www.redhat.com/f/pdf/ha-sap-v1-6-4.pdf Red Hat/ATIX/SAP]


== Altre informazioni ==  
== Altre informazioni ==  
Per:
Per:
* Obbiettivi
* Obiettivi
* Test Plan
* Test Plan
* Esperienza Utente
* Esperienza Utente
* Dipendenze
* Dipendenze
* Progetto corrente
* Progetto corrente
* Documentazione
* Note di rilascio
* Note di rilascio
* Commenti e Discussioni  
* Commenti e Discussioni  


consultare la [[Features/Opensharedroot | pagina originale]] di questo documento.
consultare la [[Features/Opensharedroot | pagina originale]] di questo documento.
[[Category:Italiano]]
[[Category:F-12 Features IT|{{SUBPAGENAME}}]]


[[Category:FeatureAcceptedF12]]
[[Category:FeatureAcceptedF12]]
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- Note that the current Feature guidelines require useful Scope and Test Plans at certain milestones; QA is responsible for checking these, and will change this category as needed. -->

Latest revision as of 14:09, 19 January 2016

Important.png
Old page
This page has been marked as "old", and likely contains content that is irrelevant or incorrect. If you can, please update this page. This page will be deleted if action is not taken.

Open Sharedroot

Sommario

Il progetto open sharedroot offre la possibilità di avviare sistemi linux multipli con lo stesso filesystem provvedendo un cluster basato su un sistema a singolo filesystem.

Progettista

Stato attuale

Descrizione dettagliata

L'obiettivo di questa feature è di fornire un filesystem open e flessibile basato su cluster linux SSI (Single System Image).

Finora i seguenti filesystem possono essere usati con Fedora 11:

  • NFSv3, NFSv4
  • GFS2
  • Ocfs2
  • Ext3 come filesystem locale

Fondamentalmente esso consiste di tre differenti componenti software oltre ad alcune leggere modifiche apportate ai processi init.

  1. initrd (comoonics-bootimage) serve ad avviare un tale sistema. Poichè è più complesso avviare da un filesystem cluster o nfs, per usare una configurazione sharedroot occorre un nuovo concetto del initrd.
  1. clustertools fornisce accesso alle funzionalità del cluster come interrogare il cluster per conoscere il numero di nodi e la configurazione. Questo strumento si trova nel componente comoonics-clustersuite.
  1. Strumenti per costruire una struttura cdsl (context dependent symbolic links) e per gestire file cdsl. Questo strumento si trova nel componente comoonics-cdsls. Il concetto legato a cdsl si basa su bindmount.

Le modifiche apportate al processo init sono state discusse su bugzilla:

Vantaggi per Fedora

Poter avviare nodi multipli dallo stesso filesystem. Abilitare Fedora ad essere un filesystem basato su cluster SSI (Single System Image).

Documentazione

Altre informazioni

Per:

  • Obiettivi
  • Test Plan
  • Esperienza Utente
  • Dipendenze
  • Progetto corrente
  • Note di rilascio
  • Commenti e Discussioni

consultare la pagina originale di questo documento.