summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-09LinHES-system: remove_storage.py: initial inclusionBritney Fransen1-14/+31
add_storage.py: in reconstruct and reconstruct_sg add some checks for removed in .conf files
2017-03-07LinHES-system: add_storage.py: if can't find last disk num falback to ↵Britney Fransen1-1/+14
/data/storage/disk# links
2016-06-13LinHES-system: add_storage.py: add trailing slash to storage group pathsBritney Fransen1-12/+25
add_storage.py: remove sg existing dir that has trailing slash create_media_dirs.sh: add media/photos and media/artwork/musicart
2016-06-07LinHES-system: add_storage.py: check fstab for old mount point and comment ↵Britney Fransen1-11/+24
out if found
2016-05-17LinHES-system: add_storage.py: fix writing config with dir_sgBritney Fransen1-0/+5
2016-04-06LinHES-system: add_storage.py: reconstruct_sg only chown and chmod for the ↵Britney Fransen1-3/+4
new dir not the whole mount
2016-03-22LinHES-system: add_storage.py: add --reconstruct_sg option to recreate ↵Britney Fransen1-12/+102
storage group dirs and db entries
2014-01-22LinHES-system: system.install pre_upgrade stop msg_daemon so it doesn't hang ↵Britney Fransen1-1/+3
around add_storage.py: add to help msg
2013-11-20LinHES-system: add_storage.py: add music storage group. refs #941.Britney Fransen1-93/+64
Combine frontend SG and backend SG to all SGs or none. --add_sg option is new and is recognized in normal operation.
2013-11-09LinHES-system: add_storage.py: lookup_formate for --double_myth optionBritney Fransen1-0/+1
2013-11-08LinHES-system: add_storage.py: add more explaination of what the tool is ↵Britney Fransen1-50/+83
going to do and improve help text.
2013-11-06LinHES-system: rename video_stuff to artwork. ref #935Britney Fransen1-5/+5
2013-11-05LinHES-system: add_storage.py: add fstype to conf file on install and if it ↵Britney Fransen1-64/+123
is missing add it. closes #934 other cosmetic changes and clarifications
2013-01-11LinHES-system: add_storage.py modify prompts to indicate that ↵James Meyer1-12/+26
no_destruction is in effect. Also all SG's to be created/added when using no_destruction. If the dir's already exist on disk no harm/foul the program just skips overs them
2012-12-13LinHES-system: add_storage.py , set the fstype in fstab. Using auto proved ↵James Meyer1-2/+4
to be a problem when using xfs/reiserfs.
2012-12-11LinHES-system: add_storage added --add_be_sg and --add_fe_sg to the cmd line.James Meyer1-23/+88
These flags control which storage groups are added. Additionaly when running add_storage from the command line it will prompt the user which Storage group class to use. refs #880
2012-11-10LinHES-system: add_storage.py add the Streaming storage group and also the ↵James Meyer1-1/+2
dir creation of media/streaming. refs #868
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