summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20LinHES-system: set_windowmanager.sh add_storage.pyJames Meyer1-5/+20
add_storage.py: fix xfs formats, also redo saving of system_drive_list. Previously it would write the full list before processing any drives, now it writes the known list one drive ata time store database values when calling set_windowmanger.sh manually.
2012-09-10LinHES-system: add_storage.py new featuresJames Meyer1-12/+193
- add ability to reconstruct /etc/fstab and dir structure based off the contents of /etc/storage.d
2012-09-09LinHES-config/system/install: first checkin to get 5 partition upgrade ↵James Meyer1-2/+2
layout working
2012-09-04mythdb-initial and LinHES-system: adjust location of mythtv backups in the DB.James Meyer1-1/+1
2012-09-02LinHES-system: changed dir layout to the new proposed layout of ↵James Meyer1-10/+13
/data/storage/disk0{media|systembackups}
2012-08-31LinHES-system: add_Storage.py split up storage groups into fe and beJames Meyer1-30/+60
2012-08-29LinHES-system: add_storage.py added multiple new options including ↵James Meyer1-40/+109
--no_destruction and --no_mount
2012-08-28LinHES-system: add_storage.py change the double mount to a bind mount for /mythJames Meyer1-10/+15
2012-08-27LinHES-system: new features for add_storage.pyJames Meyer1-39/+159
- now writes out conf files in /etc/storage.d for each disk that it adds. These files will be used to determine nfs & smb shares - enabled the autoadding of the disk to storage groups - added --double_myth. This option is used to find the third partiton of the install drive and treat it like any other storage auto_added. The one thing it does differently is that no format/reparition take place
2012-01-21linhes-system: add_storage.py. Change the way the drive is determined to ↵James Meyer1-19/+32
be in use, and what the fstype of /myth is. This new method parses /proc/mounts and should be a bit more reliable. Fixes a bug where XFS partitions were not detected in use. refs #796
2012-01-19LinHES-system: add_storage.py add the ability to only report on new disks, ↵James Meyer1-8/+31
but take no action. refs #796
2012-01-17linhes-system: include add_storage.py.James Meyer1-0/+426
This program is used to detect and autoadd storage to mythtv storage groups. Currently it's not hooked up to anything, but hopefully in the near future it will be an automated process. add_storage will only prompt for new disks, it will skip the following: - optical disks - disks that are in fstab - disks that are mounted (but may not be in fstab) - disks smaller then 5mb refs #796