[blivet][rhel7-branch/master][PATCH 0/2][v3] Add tmpfs support

Martin Kolman mkolman at redhat.com
Mon Oct 21 09:35:24 UTC 2013


On Wed, 2013-10-09 at 15:49 +0200, Martin Kolman wrote:
> Changes from v2:
> * various smaller changes based on Davids remarks
> * if udev lookup fails with anything other than tmpfs,
>   send a message to the error log
> * cleaned-up the fs module header
> * support for returning machine word size was added to
>   the arch module, as this information was needed to correctly
>   set the maximum size for the tmpfs filesystem
>   (16TB for 32bit, 16EB for 64bit)
> * resize support for live (mounted) tmpfs mounts
> 
> Martin Kolman (2):
>   Add support for returning machine word length
>   Add tmpfs support (#918621)
> 
>  blivet/__init__.py     |   4 +
>  blivet/arch.py         |  31 ++++++++
>  blivet/deviceaction.py |  10 ++-
>  blivet/devices.py      |  27 +++++++
>  blivet/formats/fs.py   | 196 +++++++++++++++++++++++++++++++++++++++++++++++--
>  5 files changed, 259 insertions(+), 9 deletions(-)
> 
Any more remarks on this ? Being a v3, it should be pretty mature and it
would be nice if it can finaly get "in". :)



More information about the anaconda-patches mailing list