(Created page with "{{autolang}} <!-- All fields on this form are required to be accepted by FESCo. We also request that you maintain the same order of sections so that all of the feature pages are...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{autolang}} | {{autolang}} | ||
= BTRFS di Fedora 17 file system predefinito = | |||
= | == Sommario == | ||
Rendere BTRFS il file system predefinito per installazioni normali. | |||
== | == Manutentore == | ||
* Nome: [[User:josef| Josef Bacik]] | |||
* | |||
* Email: josef@redhat.com | * Email: josef@redhat.com | ||
== | == Status corrente == | ||
Consultare la sezione [[Features/F17BtrfsDefaultFs#Current status|Current status]] | |||
== | == Descrizione dettagliata == | ||
Rendere BTRFS il file system predefinito per nuove installazioni di Fedora, ed uso delle capacità di gestione di volume, integrate in BTRFS, al posto di LVM. | |||
== | == Vantaggi per Fedora == | ||
BTRFS include molte caratteristiche non presenti in altri file system, altamente apprezzati dai normali utenti, tra cui: | |||
BTRFS | |||
* Checksumming | * Checksumming | ||
* Snapshotting | * Snapshotting | ||
* | * Gestione volumi integrato e RAID | ||
Il checksumming offre agli utenti migliore integrità dei dati, e lo snapshotting permette di fare cose come prendere snapshot del file system prima di fare cose potenzialmente dannose, come gli aggiornamenti via yum, in modo da avere uno stato a cui fare roll back. | |||
== Scope == | == Scope == | ||
* Anaconda - not terribly important but would be good to expose some of the different features of BTRFS via anaconda. | * Anaconda - not terribly important but would be good to expose some of the different features of BTRFS via anaconda. | ||
** Subvolume support (for /home by default) | ** Subvolume support (for /home by default) | ||
Line 67: | Line 53: | ||
* Creating different subvolumes in the install | * Creating different subvolumes in the install | ||
== | == Esperienza utente == | ||
Il cambiamento dovrebbe essere largamente invisibile agli utenti. Questi potranno trarre vantaggio dalle varie caratteristiche messe a disposizione di BTRFS. | |||
== Dependencies == | == Dependencies == | ||
Line 80: | Line 65: | ||
We can just keep ext4 as the default installed file system. | We can just keep ext4 as the default installed file system. | ||
== | == Documentazione == | ||
*[http://btrfs.wiki.kernel.org/ | Btrfs Wiki] | *[http://btrfs.wiki.kernel.org/ | Btrfs Wiki] | ||
== | == Note di rilascio == | ||
Al momento non c'è niente da specificare altro che si illumina la strada del cambiamento. | |||
== Comments and Discussion == | == Comments and Discussion == | ||
Line 94: | Line 76: | ||
[[Category:FeatureAcceptedF17]] | [[Category:FeatureAcceptedF17]] | ||
[[Category:Italiano]] | |||
<!-- When your feature page is completed and ready for review --> | <!-- When your feature page is completed and ready for review --> | ||
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | <!-- 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--> | <!-- 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 --> | <!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> |
Revision as of 14:11, 7 December 2011
BTRFS di Fedora 17 file system predefinito
Sommario
Rendere BTRFS il file system predefinito per installazioni normali.
Manutentore
- Nome: Josef Bacik
- Email: josef@redhat.com
Status corrente
Consultare la sezione Current status
Descrizione dettagliata
Rendere BTRFS il file system predefinito per nuove installazioni di Fedora, ed uso delle capacità di gestione di volume, integrate in BTRFS, al posto di LVM.
Vantaggi per Fedora
BTRFS include molte caratteristiche non presenti in altri file system, altamente apprezzati dai normali utenti, tra cui:
- Checksumming
- Snapshotting
- Gestione volumi integrato e RAID
Il checksumming offre agli utenti migliore integrità dei dati, e lo snapshotting permette di fare cose come prendere snapshot del file system prima di fare cose potenzialmente dannose, come gli aggiornamenti via yum, in modo da avere uno stato a cui fare roll back.
Scope
- Anaconda - not terribly important but would be good to expose some of the different features of BTRFS via anaconda.
- Subvolume support (for /home by default)
- Optional compression
- RAID support
- Ext3/4 conversion
- LiveCD tools - these would need to be reworked to create a BTRFS image to install with.
How To Test
It should be simple enough to test, just do a normal install. If Anaconda gets support for the different BTRFS capabilities we'd want to test a couple of cases
- Single disk BTRFS
- Multi-disk BTRFS, RAID0/1/10
- Creating different subvolumes in the install
Esperienza utente
Il cambiamento dovrebbe essere largamente invisibile agli utenti. Questi potranno trarre vantaggio dalle varie caratteristiche messe a disposizione di BTRFS.
Dependencies
- Anaconda
- LiveCD tools
Contingency Plan
We can just keep ext4 as the default installed file system.
Documentazione
Note di rilascio
Al momento non c'è niente da specificare altro che si illumina la strada del cambiamento.